From 17cf51edef7cca7c9744c2d273dfc16192c62a99 Mon Sep 17 00:00:00 2001 From: Yuriy Budiyev Date: Tue, 19 Sep 2017 13:57:07 +0300 Subject: [PATCH] Version --- README.md | 2 +- build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 258572d..d07b24d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Code scanner library based on [ZXing](https://github.com/zxing/zxing) Add dependency: ``` dependencies { - implementation 'com.budiyev.android:code-scanner:1.0.8' + implementation 'com.budiyev.android:code-scanner:1.0.9' } ``` Add camera permission to AndroidManifest.xml (Don't forget about dynamic permissions on API >= 23): diff --git a/build.gradle b/build.gradle index 0bc734c..367ab9a 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.0.8' + libraryVersion = '1.0.9' artifact = 'code-scanner' developerId = 'yuriy-budiyev' developerName = 'Yuriy Budiyev' @@ -46,7 +46,7 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 26 - versionCode 9 + versionCode 10 versionName libraryVersion }