diff --git a/android_app/app/build.gradle b/android_app/app/build.gradle index c8e85636..8146ba57 100644 --- a/android_app/app/build.gradle +++ b/android_app/app/build.gradle @@ -7,8 +7,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 19 - versionName "1.6" + versionCode 20 + versionName "1.6.1" } lintOptions {