diff --git a/README.md b/README.md index 07392ea..c0b151a 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Step 2. Add dependency: ```gradle dependencies { - implementation 'com.github.yuriy-budiyev:code-scanner:2.3.1' + implementation 'com.github.yuriy-budiyev:code-scanner:2.3.2' } ``` diff --git a/build.gradle b/build.gradle index e392bf1..8ffbe45 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ apply plugin: 'com.android.library' apply plugin: 'maven-publish' ext { - libraryVersion = '2.3.1' + libraryVersion = '2.3.2' publishedGroupId = 'com.budiyev.android' } @@ -41,7 +41,7 @@ android { defaultConfig { minSdkVersion 19 targetSdkVersion 32 - versionCode 62 + versionCode 63 versionName libraryVersion }