From 51e922d1aef51c9790d751486d79ff2b92eb29ed Mon Sep 17 00:00:00 2001 From: OliE Date: Sun, 4 Nov 2018 07:49:08 +0100 Subject: [PATCH] updated version to 1.8.3 --- 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 bb2c532fb..b84373fb8 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 29 - versionName "1.8.2" + versionCode 31 + versionName "1.8.3" javaCompileOptions { annotationProcessorOptions { arguments = ["room.schemaLocation":"$projectDir/schemas".toString()] }