fix: Update to 4.1.7

This commit is contained in:
J-Jamet
2025-08-22 23:54:03 +02:00
parent bd15e36b52
commit e6e40f9bd4
4 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
KeePassDX(4.1.7)
* Fix CipherDatabase for biometric states #2119
KeePassDX(4.1.6)
* Auto open biometric prompt from database list #2113
* Fix Keystore errors #2114 #2115

View File

@@ -11,8 +11,8 @@ android {
applicationId "com.kunzisoft.keepass"
minSdkVersion 15
targetSdkVersion 34
versionCode = 138
versionName = "4.1.6"
versionCode = 139
versionName = "4.1.7"
multiDexEnabled true
testApplicationId = "com.kunzisoft.keepass.tests"

View File

@@ -0,0 +1 @@
* Fix CipherDatabase for biometric states #2119

View File

@@ -0,0 +1 @@
* Correction du CipherDatabase pour les états biométriques #2119