Version bump

This commit is contained in:
Brian Pellin
2017-11-25 23:45:25 -06:00
parent 409ffd4f95
commit 192f116925
2 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
KeePassDroid (2.2.0.8)
* Add corruption fix mode
* Update Hungarian translations
KeePassDroid (2.2.0.7)
* Fix KDBX3 encryption rounds corruption
* Fix KDBX4 attachement crashes
KeePassDroid (2.2.0.6)
* Add additional ndk ABIs

View File

@@ -9,8 +9,8 @@ android {
minSdkVersion 4
targetSdkVersion 12
versionCode = 163
versionName = "2.2.0.7"
versionCode = 164
versionName = "2.2.0.8"
testApplicationId = "com.keepassdroid.tests"
testInstrumentationRunner = "android.test.InstrumentationTestRunner"