From 8a874c9e41c99c240fe6eed5748bfa5e846fbcf1 Mon Sep 17 00:00:00 2001 From: OliE Date: Sun, 7 May 2017 10:59:27 +0200 Subject: [PATCH] increase version code to 14 and version name to 1.5.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 4cd6c0a0..730628ea 100644 --- a/android_app/app/build.gradle +++ b/android_app/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.health.openscale" minSdkVersion 18 targetSdkVersion 22 // don't set target sdk > 22 otherwise bluetooth le discovery need permission to ACCESS_COARSE_LOCATION - versionCode 13 - versionName "1.5" + versionCode 14 + versionName "1.5.1" } buildTypes {