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

ask user for read/write permission and coarse location permission if needed.

This commit is contained in:
OliE
2018-02-10 10:51:37 +01:00
parent d59391608d
commit 97a75762dc
9 changed files with 264 additions and 42 deletions

View File

@@ -7,7 +7,7 @@ android {
applicationId "com.health.openscale"
testApplicationId "com.health.openscale.test"
minSdkVersion 18
targetSdkVersion 22 // don't set target sdk > 22 otherwise bluetooth le discovery need permission to ACCESS_COARSE_LOCATION
targetSdkVersion 27
versionCode 23
versionName "1.7"