Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
wuan committed Apr 9, 2018
1 parent f66a336 commit db4cf58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "org.blitzortung.android.app"
minSdkVersion 9
targetSdkVersion 25
versionCode 198
versionName "1.6-beta4"
versionCode 199
versionName "1.6.0"
multiDexEnabled true
}
buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class VersionComponentTest {
}

companion object {
val CURRENT_VERSION_CODE = 198
val CURRENT_VERSION_NAME = "1.6-beta4"
val CURRENT_VERSION_CODE = 199
val CURRENT_VERSION_NAME = "1.6.0"
}
}

0 comments on commit db4cf58

Please sign in to comment.