fix: Upgrade to 3.5.2 and add new default configuration for protected memory

This commit is contained in:
J-Jamet
2023-04-22 22:15:49 +02:00
parent 2884d12b4b
commit 3f63fa9c30
7 changed files with 39 additions and 26 deletions

View File

@@ -12,8 +12,8 @@ android {
applicationId "com.kunzisoft.keepass"
minSdkVersion 15
targetSdkVersion 32
versionCode = 119
versionName = "3.5.1"
versionCode = 120
versionName = "3.5.2"
multiDexEnabled true
testApplicationId = "com.kunzisoft.keepass.tests"