Upgrade to 3.3.1

Fix Japanese keyboard in search #1248
This commit is contained in:
J-Jamet
2022-02-25 12:44:38 +01:00
parent 74107b90bb
commit 3eed5e395e
5 changed files with 11 additions and 3 deletions

View File

@@ -12,8 +12,8 @@ android {
applicationId "com.kunzisoft.keepass"
minSdkVersion 15
targetSdkVersion 31
versionCode = 102
versionName = "3.3.0"
versionCode = 103
versionName = "3.3.1"
multiDexEnabled true
testApplicationId = "com.kunzisoft.keepass.tests"