Change version to 2.8.6

This commit is contained in:
J-Jamet
2020-09-24 09:25:31 +02:00
parent 28b8fb1b97
commit ff2e47bf70
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
KeePassDX(2.9)
KeePassDX(2.8.6)
* Fix Autofill recognition #712
* Keep value after renaming custom field #709
* Prevent random binary bug #713

View File

@@ -12,7 +12,7 @@ android {
minSdkVersion 14
targetSdkVersion 29
versionCode = 42
versionName = "2.9"
versionName = "2.8.6"
multiDexEnabled true
testApplicationId = "com.kunzisoft.keepass.tests"