Skip to content

Commit

Permalink
set openScale version to 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
oliexdev committed Apr 25, 2018
1 parent 810becc commit 315d166
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 19
targetSdkVersion 27
versionCode 25
versionName "1.7.2"
versionCode 26
versionName "1.7.3"

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

1 comment on commit 315d166

@erijo
Copy link
Contributor

@erijo erijo commented on 315d166 Apr 25, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congrats on the 1000th commit!

Please sign in to comment.