Skip to content

Commit

Permalink
update to version 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
oliexdev committed Mar 10, 2017
1 parent e81284e commit 015ce48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions android_app/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 015ce48

Please sign in to comment.