From 57a0fdef3c311f931a6cb27ea53d40fa2c1d1f66 Mon Sep 17 00:00:00 2001 From: oliexdev Date: Fri, 10 Jan 2020 16:39:24 +0100 Subject: [PATCH] update openScale version to 2.2.0 --- android_app/app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/android_app/app/build.gradle b/android_app/app/build.gradle index c87ef125..d19d7445 100644 --- a/android_app/app/build.gradle +++ b/android_app/app/build.gradle @@ -7,8 +7,8 @@ android { testApplicationId "com.health.openscale.test" minSdkVersion 21 targetSdkVersion 29 - versionCode 47 - versionName "2.1.2" + versionCode 48 + versionName "2.2.0" archivesBaseName = "openScale-$versionName" manifestPlaceholders = [ @@ -69,7 +69,7 @@ dependencies { // Simple CSV implementation 'com.j256.simplecsv:simplecsv:2.3' // Blessed Android - implementation 'com.github.weliem:blessed-android:1.0' + implementation 'com.github.weliem:blessed-android:1.2' // CustomActivityOnCrash implementation 'cat.ereza:customactivityoncrash:2.2.0' // AppIntro