diff --git a/codeview/build.gradle b/codeview/build.gradle index e0196ba..014071a 100644 --- a/codeview/build.gradle +++ b/codeview/build.gradle @@ -6,8 +6,8 @@ android { defaultConfig { minSdkVersion 15 targetSdkVersion 31 - versionCode 10 - versionName "1.3.2" + versionCode 11 + versionName "1.3.3" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" consumerProguardFiles "consumer-rules.pro" diff --git a/docs/install.md b/docs/install.md index fb72683..8836624 100644 --- a/docs/install.md +++ b/docs/install.md @@ -4,7 +4,7 @@ ``` dependencies { - implementation 'io.github.amrdeveloper:codeview:1.3.2' + implementation 'io.github.amrdeveloper:codeview:1.3.3' } ``` @@ -22,6 +22,6 @@ allprojects { Step 2: Add the dependency ``` dependencies { - implementation 'com.github.AmrDeveloper:CodeView:1.3.2' + implementation 'com.github.AmrDeveloper:CodeView:1.3.3' } ``` \ No newline at end of file diff --git a/scripts/publish-module.gradle b/scripts/publish-module.gradle index b72f9cd..d3b0473 100644 --- a/scripts/publish-module.gradle +++ b/scripts/publish-module.gradle @@ -3,7 +3,7 @@ apply plugin: 'signing' ext { PUBLISH_GROUP_ID = 'io.github.amrdeveloper' - PUBLISH_VERSION = '1.3.2' + PUBLISH_VERSION = '1.3.3' PUBLISH_ARTIFACT_ID = 'codeview' }