Update to 2.10.5

This commit is contained in:
J-Jamet
2021-06-19 20:50:28 +02:00
parent de6312d317
commit bb2f641073
4 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
KeePassDX(2.10.5)
* Increase the saving speed of database #1028
* Fix advanced unlocking by device credential #1029
KeePassDX(2.10.4)
* Hot fix to increase the opening speed of database #1028

View File

@@ -11,8 +11,8 @@ android {
applicationId "com.kunzisoft.keepass"
minSdkVersion 15
targetSdkVersion 30
versionCode = 82
versionName = "2.10.4"
versionCode = 83
versionName = "2.10.5"
multiDexEnabled true
testApplicationId = "com.kunzisoft.keepass.tests"

View File

@@ -0,0 +1,2 @@
* Increase the saving speed of database #1028
* Fix advanced unlocking by device credential #1029

View File

@@ -0,0 +1,2 @@
* Augmentation de la rapidité de sauvegarde de la base de données #1028
* Correction du déverouillage avancé #1029