Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
wuan committed Jan 30, 2019
1 parent aca5ebf commit 5da90f6
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 @@ -10,8 +10,8 @@ android {
applicationId "org.blitzortung.android.app"
minSdkVersion 15
targetSdkVersion 28
versionCode 213
versionName "2.0.0"
versionCode 214
versionName "2.0.1"
multiDexEnabled true
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
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 = 213
val CURRENT_VERSION_NAME = "2.0.0"
val CURRENT_VERSION_CODE = 214
val CURRENT_VERSION_NAME = "2.0.1"
}
}

0 comments on commit 5da90f6

Please sign in to comment.