fix: upgrade version and CHANGELOG

This commit is contained in:
J-Jamet
2023-11-06 21:40:01 +01:00
parent cc1697e7ec
commit 64b8023d1a
4 changed files with 7 additions and 2 deletions

View File

@@ -12,8 +12,8 @@ android {
applicationId "com.kunzisoft.keepass"
minSdkVersion 15
targetSdkVersion 33
versionCode = 126
versionName = "4.0.3"
versionCode = 127
versionName = "4.0.4"
multiDexEnabled true
testApplicationId = "com.kunzisoft.keepass.tests"