Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
wuan committed May 13, 2016
1 parent 57e5f41 commit 192938c
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 @@ -21,8 +21,8 @@ android {
applicationId "org.blitzortung.android.app"
minSdkVersion 8
targetSdkVersion 23
versionCode 176
versionName "1.5.5"
versionCode 177
versionName "1.5.6"
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 = 176
val CURRENT_VERSION_NAME = "1.5.5"
val CURRENT_VERSION_CODE = 177
val CURRENT_VERSION_NAME = "1.5.6"
}
}

0 comments on commit 192938c

Please sign in to comment.