Upgrade to 3.2.0

This commit is contained in:
J-Jamet
2022-02-01 17:10:04 +01:00
parent 5fb4c4c20c
commit a152a48402
3 changed files with 2 additions and 2 deletions

View File

@@ -12,8 +12,8 @@ android {
applicationId "com.kunzisoft.keepass" applicationId "com.kunzisoft.keepass"
minSdkVersion 15 minSdkVersion 15
targetSdkVersion 31 targetSdkVersion 31
versionCode = 96 versionCode = 97
versionName = "3.2.0_beta4" versionName = "3.2.0"
multiDexEnabled true multiDexEnabled true
testApplicationId = "com.kunzisoft.keepass.tests" testApplicationId = "com.kunzisoft.keepass.tests"