From e3fef86a3bfc16d44720ea2ec374dd0c8dc0dd61 Mon Sep 17 00:00:00 2001 From: oliexdev Date: Sat, 19 Jan 2019 08:14:42 +0100 Subject: [PATCH] update openScale version to 1.9 --- 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 136b630f..e9b006ae 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 36 - versionName "1.9-beta" + versionCode 37 + versionName "1.9" javaCompileOptions { annotationProcessorOptions { arguments = ["room.schemaLocation":"$projectDir/schemas".toString()] }