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

update to version 1.4.3

This commit is contained in:
OliE
2017-03-10 20:11:14 +01:00
parent e81284e488
commit 015ce484d6

View File

@@ -7,9 +7,9 @@ android {
defaultConfig {
applicationId "com.health.openscale"
minSdkVersion 18
targetSdkVersion 25
versionCode 10
versionName "1.4.2"
targetSdkVersion 22 // don't set target sdk > 22 otherwise bluetooth le discovery need permission to ACCESS_COARSE_LOCATION
versionCode 11
versionName "1.4.3"
}
buildTypes {