mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Update CHANGELOG and version to 2.8.7
This commit is contained in:
@@ -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)
|
||||
* Fix Autofill recognition #712
|
||||
* Keep value after renaming custom field #709
|
||||
|
||||
@@ -11,8 +11,8 @@ android {
|
||||
applicationId "com.kunzisoft.keepass"
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 29
|
||||
versionCode = 42
|
||||
versionName = "2.8.6"
|
||||
versionCode = 43
|
||||
versionName = "2.8.7"
|
||||
multiDexEnabled true
|
||||
|
||||
testApplicationId = "com.kunzisoft.keepass.tests"
|
||||
|
||||
2
fastlane/metadata/android/en-US/changelogs/43.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/43.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
* Downgrade to Android API 29 (crash on startup with API 30 on some devices)
|
||||
Sorry for the inconvenience
|
||||
2
fastlane/metadata/android/fr-FR/changelogs/43.txt
Normal file
2
fastlane/metadata/android/fr-FR/changelogs/43.txt
Normal 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
|
||||
Reference in New Issue
Block a user