diff --git a/android_app/app/build.gradle b/android_app/app/build.gradle index 540c98209..1d8df6d29 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 14 - versionName "1.5.1" + versionCode 15 + versionName "1.5.2" } lintOptions {