fix: Upgrade to 4.2.0beta03

This commit is contained in:
J-Jamet
2025-09-24 14:14:29 +02:00
parent 1d4e1687cf
commit e960a8e169
3 changed files with 5 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ KeePassDX(4.2.0)
* Dialog to manage missing signature #2152 #2155 #2161 #2160
* Capture error #2159
* Change Passkey Backup Eligibility & Backup State #2135 #2150
* Small fixes #2157 #2164
* Small fixes #2157 #2164 #2171
KeePassDX(4.1.8)
* Updated to API 35 minimum SDK 19 #2073 #2138 #2067 #2133 #1687 (Thx @Dev-ClayP)

View File

@@ -11,8 +11,8 @@ android {
applicationId "com.kunzisoft.keepass"
minSdkVersion 19
targetSdkVersion 35
versionCode = 142
versionName = "4.2.0beta02"
versionCode = 143
versionName = "4.2.0beta03"
multiDexEnabled true
testApplicationId = "com.kunzisoft.keepass.tests"

View File

@@ -0,0 +1,2 @@
* Passkeys management #1421 (Thx @cali-95)
* Small fixes #2171 #2150