fix: Upgrade to 4.2.1

This commit is contained in:
J-Jamet
2025-10-20 19:43:20 +02:00
parent e5ea1e35aa
commit 332eda8a7a
4 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
KeePassDX(4.2.1)
* Fix Magikeyboard autosearch #2233
KeePassDX(4.2.0)
* Passkeys management #1421 #2097 (@cali-95)
* Confirm usage of passkey #2165 #2124

View File

@@ -11,8 +11,8 @@ android {
applicationId "com.kunzisoft.keepass"
minSdkVersion 19
targetSdkVersion 35
versionCode = 145
versionName = "4.2.0"
versionCode = 146
versionName = "4.2.1"
multiDexEnabled true
testApplicationId = "com.kunzisoft.keepass.tests"

View File

@@ -0,0 +1 @@
* Fix Magikeyboard autosearch #2233

View File

@@ -0,0 +1 @@
* Correction de la recherche auto pour le Magikeyboard #2233