Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
wuan committed May 31, 2018
1 parent c225816 commit c714038
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 203
versionName "1.6.2"
versionCode 204
versionName "1.6.3"
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 = 203
val CURRENT_VERSION_NAME = "1.6.2"
val CURRENT_VERSION_CODE = 204
val CURRENT_VERSION_NAME = "1.6.3"
}
}

0 comments on commit c714038

Please sign in to comment.