fix: Upgrade Gemfile and version to 4.0.0

This commit is contained in:
J-Jamet
2023-07-29 12:02:50 +02:00
parent 470497b8ef
commit 2fa973f34a
2 changed files with 23 additions and 23 deletions

View File

@@ -12,8 +12,8 @@ android {
applicationId "com.kunzisoft.keepass"
minSdkVersion 15
targetSdkVersion 33
versionCode = 120
versionName = "3.5.2"
versionCode = 121
versionName = "4.0.0 beta01"
multiDexEnabled true
testApplicationId = "com.kunzisoft.keepass.tests"