Version bump

This commit is contained in:
Brian Pellin
2016-10-31 21:24:29 -05:00
parent ea50135073
commit 7decf30b53
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
KeePassDroid (2.0.6.3)
* Fix various crashes
KeePassDroid (2.0.6.2)
* Fix launch immediately from nfd
* Updated German translations from MaDill

View File

@@ -9,8 +9,8 @@ model {
applicationId = "com.android.keepass"
minSdkVersion.apiLevel = 3
targetSdkVersion.apiLevel = 12
versionCode = 152
versionName = "2.0.6.2"
versionCode = 153
versionName = "2.0.6.3"
testApplicationId = "com.keepassdroid.tests"
testInstrumentationRunner = "android.test.InstrumentationTestRunner"