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

update gradle to version 1.6

This commit is contained in:
OliE
2017-11-12 16:08:48 +01:00
parent 6578ba0835
commit e0ffea679b

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 18 versionCode 19
versionName "1.5.5" versionName "1.6"
} }
lintOptions { lintOptions {