mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Merge branch 'release/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)
|
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
|
||||||
|
|||||||
@@ -4,15 +4,15 @@ apply plugin: 'kotlin-android-extensions'
|
|||||||
apply plugin: 'kotlin-kapt'
|
apply plugin: 'kotlin-kapt'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 30
|
compileSdkVersion 29
|
||||||
buildToolsVersion '30.0.2'
|
buildToolsVersion '29.0.3'
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "com.kunzisoft.keepass"
|
applicationId "com.kunzisoft.keepass"
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 30
|
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"
|
||||||
|
|||||||
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