From bfc93f4aad3731bc5dcfaf972b66af451683253b Mon Sep 17 00:00:00 2001 From: Ivan200 <79067180651@ya.ru> Date: Thu, 18 Apr 2019 15:45:03 +0300 Subject: [PATCH] Version 1.1.1 --- README.md | 2 +- app/build.gradle | 4 ++-- photobarcodelib/build.gradle | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3899d51..de494c9 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ allprojects { Then, add the library to your module `build.gradle` ```gradle dependencies { - implementation 'com.github.ivan200:PhotoBarcode:1.1' + implementation 'com.github.ivan200:PhotoBarcode:1.1.1' } ``` diff --git a/app/build.gradle b/app/build.gradle index ff60a0a..a9788db 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "com.ivan200.photobarcode" minSdkVersion 14 targetSdkVersion 28 - versionCode 5 - versionName "1.1" + versionCode 6 + versionName "1.1.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true } diff --git a/photobarcodelib/build.gradle b/photobarcodelib/build.gradle index 2a15c17..5854d87 100644 --- a/photobarcodelib/build.gradle +++ b/photobarcodelib/build.gradle @@ -6,8 +6,8 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 28 - versionCode 5 - versionName "1.1" + versionCode 6 + versionName "1.1.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true multiDexEnabled true