diff --git a/README.md b/README.md index 42331f5..bac440d 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Code scanner library based on [ZXing](https://github.com/zxing/zxing) Add dependency: ``` dependencies { - implementation 'com.budiyev.android:code-scanner:1.4.0' + implementation 'com.budiyev.android:code-scanner:1.4.1' } ``` Add camera permission to AndroidManifest.xml (Don't forget about dynamic permissions on API >= 23): diff --git a/build.gradle b/build.gradle index 277776b..5cbe3a4 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ apply plugin: 'com.jfrog.bintray' ext { libraryName = 'CodeScanner' libraryDescription = 'Code scanner library based on ZXing' - libraryVersion = '1.4.0' + libraryVersion = '1.4.1' artifact = 'code-scanner' developerId = 'yuriy-budiyev' developerName = 'Yuriy Budiyev' @@ -46,7 +46,7 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 26 - versionCode 16 + versionCode 17 versionName libraryVersion }