Upgrade to 2.8.5

This commit is contained in:
J-Jamet
2020-09-18 16:13:01 +02:00
parent 2c262bb29d
commit ddec91a0c5
4 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
KeePassDX(2.8.5)
* Fix Base 64 #708
KeePassDX(2.8.4)
* Fix incomplete attachment deletion #684
* Fix opening database v1 without backup folder #692

View File

@@ -11,8 +11,8 @@ android {
applicationId "com.kunzisoft.keepass"
minSdkVersion 14
targetSdkVersion 29
versionCode = 40
versionName = "2.8.4"
versionCode = 41
versionName = "2.8.5"
multiDexEnabled true
testApplicationId = "com.kunzisoft.keepass.tests"

View File

@@ -0,0 +1 @@
* Fix Base 64 #708

View File

@@ -0,0 +1 @@
* Correction Base 64 #708