Change to version 2.9.18 to deploy bugs fixes

This commit is contained in:
J-Jamet
2021-04-20 11:01:26 +02:00
parent 1228a03d39
commit 9df5e116e8
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
KeePassDX(3.0.0)
KeePassDX(2.9.18)
* Move groups #658
* Improve autofill recognition #960
* Remove diacritical marks in search string #945

View File

@@ -12,7 +12,7 @@ android {
minSdkVersion 15
targetSdkVersion 30
versionCode = 72
versionName = "3.0.0"
versionName = "2.9.18"
multiDexEnabled true
testApplicationId = "com.kunzisoft.keepass.tests"