From d828c63ee18ee244eb7beeb9af4b913894d1cdfc Mon Sep 17 00:00:00 2001 From: oliexdev Date: Mon, 28 Jan 2019 19:42:42 +0100 Subject: [PATCH] update openScale version to 1.9.1 --- android_app/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android_app/app/build.gradle b/android_app/app/build.gradle index e9b006ae..68c7ee75 100644 --- a/android_app/app/build.gradle +++ b/android_app/app/build.gradle @@ -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()] }