Upgrade gradle to 3.4.1

This commit is contained in:
J-Jamet
2022-04-14 11:45:55 +02:00
parent 63f8826fd8
commit afa8ae42b9

View File

@@ -12,8 +12,8 @@ android {
applicationId "com.kunzisoft.keepass"
minSdkVersion 15
targetSdkVersion 31
versionCode = 108
versionName = "3.4.0"
versionCode = 109
versionName = "3.4.1"
multiDexEnabled true
testApplicationId = "com.kunzisoft.keepass.tests"