From b23ec06e152317389d80b44c7e12543b8b604f17 Mon Sep 17 00:00:00 2001 From: Yuriy Budiyev Date: Thu, 26 Apr 2018 22:08:49 +0300 Subject: [PATCH] Dev --- README.md | 3 ++- build.gradle | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5e39804..8b1b9e0 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Code scanner library for [Android](https://developer.android.com), based on [ZXi * Portrait and landscape screen orientations * Back and front facing cameras * Customizable viewfinder +* Kotlin-friendly interface ### Supported formats | 1D product | 1D industrial | 2D @@ -27,7 +28,7 @@ Code scanner library for [Android](https://developer.android.com), based on [ZXi Add dependency: ```gradle dependencies { - implementation 'com.budiyev.android:code-scanner:1.8.4' + implementation 'com.budiyev.android:code-scanner:1.8.5' } ``` Add camera permission to AndroidManifest.xml (Don't forget about dynamic permissions on API >= 23): diff --git a/build.gradle b/build.gradle index 697b95f..13280b8 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.8.4' + libraryVersion = '1.8.5' artifact = 'code-scanner' developerId = 'yuriy-budiyev' developerName = 'Yuriy Budiyev' @@ -45,7 +45,7 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 27 - versionCode 44 + versionCode 45 versionName libraryVersion }