diff --git a/README.md b/README.md index 7c05622..7138ff9 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Code scanner library for [Android](https://developer.android.com), based on [ZXi Add dependency: ``` dependencies { - implementation 'com.budiyev.android:code-scanner:1.5.5' + implementation 'com.budiyev.android:code-scanner:1.5.6' } ``` Add camera permission to AndroidManifest.xml (Don't forget about dynamic permissions on API >= 23): diff --git a/build.gradle b/build.gradle index db11e48..5148387 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ apply plugin: 'com.jfrog.bintray' ext { libraryName = 'CodeScanner' libraryDescription = 'Code scanner library for Android, based on ZXing' - libraryVersion = '1.5.5' + libraryVersion = '1.5.6' artifact = 'code-scanner' developerId = 'yuriy-budiyev' developerName = 'Yuriy Budiyev' @@ -46,7 +46,7 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 26 - versionCode 23 + versionCode 24 versionName libraryVersion }