1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-18 22:41:44 +02:00

update openScale version to 2.2.0

This commit is contained in:
oliexdev
2020-01-10 16:39:24 +01:00
parent b0d2e160c6
commit 57a0fdef3c

View File

@@ -7,8 +7,8 @@ android {
testApplicationId "com.health.openscale.test" testApplicationId "com.health.openscale.test"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 29 targetSdkVersion 29
versionCode 47 versionCode 48
versionName "2.1.2" versionName "2.2.0"
archivesBaseName = "openScale-$versionName" archivesBaseName = "openScale-$versionName"
manifestPlaceholders = [ manifestPlaceholders = [
@@ -69,7 +69,7 @@ dependencies {
// Simple CSV // Simple CSV
implementation 'com.j256.simplecsv:simplecsv:2.3' implementation 'com.j256.simplecsv:simplecsv:2.3'
// Blessed Android // Blessed Android
implementation 'com.github.weliem:blessed-android:1.0' implementation 'com.github.weliem:blessed-android:1.2'
// CustomActivityOnCrash // CustomActivityOnCrash
implementation 'cat.ereza:customactivityoncrash:2.2.0' implementation 'cat.ereza:customactivityoncrash:2.2.0'
// AppIntro // AppIntro