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

update openScale version to 1.9

This commit is contained in:
oliexdev
2019-01-19 08:14:42 +01:00
parent 2d0652489e
commit e3fef86a3b

View File

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