Skip to content

Commit

Permalink
update openScale version to 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
oliexdev committed Jan 20, 2018
1 parent b4765d1 commit 8ee4c16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android_app/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
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
versionCode 22
versionName "1.7 (beta)"
versionCode 23
versionName "1.7"

javaCompileOptions {
annotationProcessorOptions { arguments = ["room.schemaLocation":"$projectDir/schemas".toString()] }
Expand Down

0 comments on commit 8ee4c16

Please sign in to comment.