Skip to content

Commit

Permalink
Release 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenwardy committed Jun 24, 2019
1 parent 09bb2f2 commit b3bdbb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ android {
applicationId "com.rubenwardy.minetestmodmanager"
minSdkVersion 14
targetSdkVersion 28
versionCode 19
versionName "1.8.0"
buildConfigField "boolean", "ENABLE_RATE_ME", "false"
versionCode 22
versionName "1.9.0"
buildConfigField "boolean", "ENABLE_RATE_ME", "true"
}
buildTypes {
release {
Expand Down

0 comments on commit b3bdbb5

Please sign in to comment.