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

@@ -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"