Merge branch 'release/2.8.7'

This commit is contained in:
J-Jamet
2020-09-26 10:31:47 +02:00
4 changed files with 13 additions and 5 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)
* Fix Autofill recognition #712
* Keep value after renaming custom field #709

View File

@@ -4,15 +4,15 @@ apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-kapt'
android {
compileSdkVersion 30
buildToolsVersion '30.0.2'
compileSdkVersion 29
buildToolsVersion '29.0.3'
defaultConfig {
applicationId "com.kunzisoft.keepass"
minSdkVersion 14
targetSdkVersion 30
versionCode = 42
versionName = "2.8.6"
targetSdkVersion 29
versionCode = 43
versionName = "2.8.7"
multiDexEnabled true
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