1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-15 13:14:22 +02:00

update openScale version to 1.9.1

This commit is contained in:
oliexdev
2019-01-28 19:42:42 +01:00
parent afb213f27f
commit d828c63ee1

View File

@@ -8,8 +8,8 @@ android {
testApplicationId "com.health.openscale.test"
minSdkVersion 19
targetSdkVersion 28
versionCode 37
versionName "1.9"
versionCode 38
versionName "1.9.1"
javaCompileOptions {
annotationProcessorOptions { arguments = ["room.schemaLocation":"$projectDir/schemas".toString()] }