1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-03-14 04:29:43 +01:00

update openScale to version 2.1.2

This commit is contained in:
oliexdev 2019-10-20 15:07:26 +02:00
parent ea6c990799
commit 22a5729848

View File

@ -1,14 +1,14 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 28
compileSdkVersion 29
defaultConfig {
applicationId "com.health.openscale"
testApplicationId "com.health.openscale.test"
minSdkVersion 21
targetSdkVersion 28
versionCode 46
versionName "2.1.1"
targetSdkVersion 29
versionCode 47
versionName "2.1.2"
manifestPlaceholders = [
appIcon: "@drawable/ic_launcher_openscale"