fix: upgrade version

This commit is contained in:
J-Jamet
2023-11-09 08:06:30 +01:00
parent c7aa6a9d96
commit 9dd4d77535
4 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
KeePassDX(4.0.5)
* Fix form filled recognition #1572 #1508
* Rollback password color #1686 #1490
KeePassDX(4.0.4) KeePassDX(4.0.4)
* Fix form filled recognition #1572 #1677 * Fix form filled recognition #1572 #1677
* Fix device unlock #1682 * Fix device unlock #1682

View File

@@ -12,8 +12,8 @@ android {
applicationId "com.kunzisoft.keepass" applicationId "com.kunzisoft.keepass"
minSdkVersion 15 minSdkVersion 15
targetSdkVersion 33 targetSdkVersion 33
versionCode = 127 versionCode = 128
versionName = "4.0.4" versionName = "4.0.5"
multiDexEnabled true multiDexEnabled true
testApplicationId = "com.kunzisoft.keepass.tests" testApplicationId = "com.kunzisoft.keepass.tests"

View File

@@ -0,0 +1,2 @@
* Fix form filled recognition #1572 #1508
* Rollback password color #1686 #1490

View File

@@ -0,0 +1,2 @@
* Correction de la reconnaissance de formulaire #1572 #1508
* Rollback de la couleur de mot de passe #1686 #1490