mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
fix: Update to 4.1.9
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
KeePassDX(4.1.9)
|
||||
* Fix landscape UI #2198 (@chenxiaolong)
|
||||
* Fix start loop and flash screen #2201
|
||||
* Small fixes
|
||||
|
||||
KeePassDX(4.1.8)
|
||||
* Updated to API 35 minimum SDK 19 #2073 #2138 #2067 #2133 #1687 (Thx @Dev-ClayP)
|
||||
* Remember last read-only state #2099 #2100 (Thx @rmacklin)
|
||||
|
||||
@@ -11,8 +11,8 @@ android {
|
||||
applicationId "com.kunzisoft.keepass"
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 35
|
||||
versionCode = 141
|
||||
versionName = "4.1.8"
|
||||
versionCode = 143
|
||||
versionName = "4.1.9"
|
||||
multiDexEnabled true
|
||||
|
||||
testApplicationId = "com.kunzisoft.keepass.tests"
|
||||
|
||||
3
fastlane/metadata/android/en-US/changelogs/143.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/143.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
* Fix landscape UI #2198 (@chenxiaolong)
|
||||
* Fix start loop and flash screen #2201
|
||||
* Small fixes
|
||||
3
fastlane/metadata/android/fr-FR/changelogs/143.txt
Normal file
3
fastlane/metadata/android/fr-FR/changelogs/143.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
* Correction de l'interface en paysage #2198 (@chenxiaolong)
|
||||
* Correction du démarrage en boucle et de l'écran clignotant #2201
|
||||
* Petites corrections
|
||||
Reference in New Issue
Block a user