fix: Upgrade to 4.0.1

This commit is contained in:
J-Jamet
2023-09-10 09:50:26 +02:00
parent 1f2cf08108
commit 18401d5d1e
4 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
KeePassDX(4.0.1)
* Fix back lock #1635 #1629
KeePassDX(4.0.0)
* New UX/UI with Material 3 #1183 #1529 #1428 #1441 #1607
* Material You theme (follow system colors) #1469

View File

@@ -12,8 +12,8 @@ android {
applicationId "com.kunzisoft.keepass"
minSdkVersion 15
targetSdkVersion 33
versionCode = 123
versionName = "4.0.0"
versionCode = 124
versionName = "4.0.1"
multiDexEnabled true
testApplicationId = "com.kunzisoft.keepass.tests"

View File

@@ -0,0 +1 @@
* Fix back lock #1635 #1629

View File

@@ -0,0 +1 @@
* Correction du verrouillage de retour #1635 #1629