1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-01 06:20:33 +02:00

increase version code to 14 and version name to 1.5.1

This commit is contained in:
OliE
2017-05-07 10:59:27 +02:00
parent b08a07c19a
commit 8a874c9e41

View File

@@ -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 {