Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
wuan committed May 6, 2018
1 parent dc997e8 commit 4a4551e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 200
versionName "1.6.1"
versionCode 201
versionName "1.6.2"
multiDexEnabled true
}
buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
Polish by Jakub Świątkiewicz (kuba.dex@gmail.com)\n
Italian by Michele Locati (michele@locati.it)\n
</string>
<string name="copyright" translatable="false">© 2011–2017, Andreas Würl</string>
<string name="copyright" translatable="false">© 2011–2018, Andreas Würl</string>
<string name="project_email" translatable="false">blitzortung@tryb.de</string>
<string name="legend">Legend</string>
<string name="total_time">total time</string>
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 = 200
val CURRENT_VERSION_NAME = "1.6.1"
val CURRENT_VERSION_CODE = 201
val CURRENT_VERSION_NAME = "1.6.2"
}
}

0 comments on commit 4a4551e

Please sign in to comment.