Update to version 2.9.14

This commit is contained in:
J-Jamet
2021-02-17 11:22:24 +01:00
parent 00ee80184e
commit 63bb12269f
4 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
KeePassDX(2.9.14)
KeePassDX(2.9.13) KeePassDX(2.9.13)
* Binary image viewer #473 #749 * Binary image viewer #473 #749
* Fix TOTP plugin settings #878 * Fix TOTP plugin settings #878

View File

@@ -12,8 +12,8 @@ android {
applicationId "com.kunzisoft.keepass" applicationId "com.kunzisoft.keepass"
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 30 targetSdkVersion 30
versionCode = 57 versionCode = 58
versionName = "2.9.13" versionName = "2.9.14"
multiDexEnabled true multiDexEnabled true
testApplicationId = "com.kunzisoft.keepass.tests" testApplicationId = "com.kunzisoft.keepass.tests"