1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-20 23:41:45 +02:00

set openScale version to 1.7.3

This commit is contained in:
OliE
2018-04-25 16:49:03 +02:00
parent 810becccaf
commit 315d166de3

View File

@@ -8,8 +8,8 @@ android {
testApplicationId "com.health.openscale.test"
minSdkVersion 19
targetSdkVersion 27
versionCode 25
versionName "1.7.2"
versionCode 26
versionName "1.7.3"
javaCompileOptions {
annotationProcessorOptions { arguments = ["room.schemaLocation":"$projectDir/schemas".toString()] }