diff --git a/codeview/build.gradle b/codeview/build.gradle index 366fb9f..44876bd 100644 --- a/codeview/build.gradle +++ b/codeview/build.gradle @@ -6,8 +6,8 @@ android { defaultConfig { minSdkVersion 15 targetSdkVersion 31 - versionCode 13 - versionName "1.3.5" + versionCode 14 + versionName "1.3.6" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" consumerProguardFiles "consumer-rules.pro" diff --git a/docs/install.md b/docs/install.md index 907cc39..4791045 100644 --- a/docs/install.md +++ b/docs/install.md @@ -4,7 +4,7 @@ ``` dependencies { - implementation 'io.github.amrdeveloper:codeview:1.3.5' + implementation 'io.github.amrdeveloper:codeview:1.3.6' } ``` @@ -22,6 +22,6 @@ allprojects { Step 2: Add the dependency ``` dependencies { - implementation 'com.github.AmrDeveloper:CodeView:1.3.5' + implementation 'com.github.AmrDeveloper:CodeView:1.3.6' } ``` \ No newline at end of file diff --git a/scripts/publish-module.gradle b/scripts/publish-module.gradle index 9e6a71e..5ed4940 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.5' + PUBLISH_VERSION = '1.3.6' PUBLISH_ARTIFACT_ID = 'codeview' }