From f1bc7761a69153936d804c19b20532380a1a0516 Mon Sep 17 00:00:00 2001 From: AmrDeveloper Date: Fri, 28 Oct 2022 15:41:07 +0200 Subject: [PATCH] Update CodeView version from '1.3.5' to '1.3.6' --- codeview/build.gradle | 4 ++-- docs/install.md | 4 ++-- scripts/publish-module.gradle | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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' }