Update version and CHANGELOG

This commit is contained in:
J-Jamet
2021-04-22 10:36:56 +02:00
parent d75d13965b
commit bf44da9a14
4 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
KeePassDX(2.9.19)
* Fix search slowdown #964
KeePassDX(2.9.18)
* Move groups #658
* Improve autofill recognition #960

View File

@@ -11,8 +11,8 @@ android {
applicationId "com.kunzisoft.keepass"
minSdkVersion 15
targetSdkVersion 30
versionCode = 72
versionName = "2.9.18"
versionCode = 73
versionName = "2.9.19"
multiDexEnabled true
testApplicationId = "com.kunzisoft.keepass.tests"

View File

@@ -0,0 +1 @@
* Fix search slowdown #964

View File

@@ -0,0 +1 @@
* Correction du ralentissement de la recherche #964