diff --git a/README.md b/README.md index 0ca5ad5..29a8a72 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Code scanner library for [Android](https://developer.android.com), based on [ZXi Add dependency: ```gradle dependencies { - implementation 'com.budiyev.android:code-scanner:2.0.0' + implementation 'com.budiyev.android:code-scanner:2.0.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 4391d55..973a835 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 = '2.0.0' + libraryVersion = '2.0.1' artifact = 'code-scanner' developerId = 'yuriy-budiyev' developerName = 'Yuriy Budiyev' @@ -45,7 +45,7 @@ android { defaultConfig { minSdkVersion 19 targetSdkVersion 28 - versionCode 55 + versionCode 56 versionName libraryVersion }