From 8c4114e7d1d7cb098173caedbdac3fb707e0afba Mon Sep 17 00:00:00 2001 From: oliexdev Date: Sun, 24 Feb 2019 22:11:01 +0100 Subject: [PATCH] update openScale version to 2.0.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 5338150e..e2bd965a 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 41 - versionName "2.0" + versionCode 42 + versionName "2.0.1" javaCompileOptions { annotationProcessorOptions { arguments = ["room.schemaLocation":"$projectDir/schemas".toString()] }