diff --git a/android_app/app/build.gradle b/android_app/app/build.gradle index 74e5552c..d50a65a0 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 18 - versionName "1.5.5" + versionCode 19 + versionName "1.6" } lintOptions {