1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-18 06:21:25 +02:00

update openScale to version 1.5.2

This commit is contained in:
OliE
2017-05-23 18:19:17 +02:00
parent f02130a61e
commit 354a76a978

View File

@@ -8,8 +8,8 @@ android {
applicationId "com.health.openscale" applicationId "com.health.openscale"
minSdkVersion 18 minSdkVersion 18
targetSdkVersion 22 // don't set target sdk > 22 otherwise bluetooth le discovery need permission to ACCESS_COARSE_LOCATION targetSdkVersion 22 // don't set target sdk > 22 otherwise bluetooth le discovery need permission to ACCESS_COARSE_LOCATION
versionCode 14 versionCode 15
versionName "1.5.1" versionName "1.5.2"
} }
lintOptions { lintOptions {