Upgrade version and CHANGELOG

This commit is contained in:
J-Jamet
2021-04-08 12:58:39 +02:00
parent 346b517c9d
commit ff185f6505
4 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
KeePassDX(2.9.17)
* Import / Export app properties #839
* Force twofish padding compatibility #955
KeePassDX(2.9.16) KeePassDX(2.9.16)
* Fix small bugs #948 * Fix small bugs #948

View File

@@ -11,8 +11,8 @@ android {
applicationId "com.kunzisoft.keepass" applicationId "com.kunzisoft.keepass"
minSdkVersion 15 minSdkVersion 15
targetSdkVersion 30 targetSdkVersion 30
versionCode = 70 versionCode = 71
versionName = "2.9.16" versionName = "2.9.17"
multiDexEnabled true multiDexEnabled true
testApplicationId = "com.kunzisoft.keepass.tests" testApplicationId = "com.kunzisoft.keepass.tests"

View File

@@ -0,0 +1,2 @@
* Import / Export app properties #839
* Force twofish padding compatibility #955

View File

@@ -0,0 +1,2 @@
* Import / Export des propriétés de l'application #839
* Force la compatibilité du bourrage twofish #955