Update CHANGELOG and version to 2.8.7

This commit is contained in:
J-Jamet
2020-09-26 10:22:00 +02:00
parent c3bdb9dd16
commit deabcc9605
4 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
KeePassDX(2.8.7)
* Downgrade to Android API 29 (crash on startup with API 30 on some devices)
Sorry for the inconvenience
KeePassDX(2.8.6) KeePassDX(2.8.6)
* Fix Autofill recognition #712 * Fix Autofill recognition #712
* Keep value after renaming custom field #709 * Keep value after renaming custom field #709

View File

@@ -11,8 +11,8 @@ android {
applicationId "com.kunzisoft.keepass" applicationId "com.kunzisoft.keepass"
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 29 targetSdkVersion 29
versionCode = 42 versionCode = 43
versionName = "2.8.6" versionName = "2.8.7"
multiDexEnabled true multiDexEnabled true
testApplicationId = "com.kunzisoft.keepass.tests" testApplicationId = "com.kunzisoft.keepass.tests"

View File

@@ -0,0 +1,2 @@
* Downgrade to Android API 29 (crash on startup with API 30 on some devices)
Sorry for the inconvenience

View File

@@ -0,0 +1,2 @@
* Downgrade vers Android API 29 (crash au démarrage avec l'API 30 sur plusieurs appareils)
Désolé pour le désagrément