Upgrade version and changelogs

This commit is contained in:
J-Jamet
2018-05-30 11:51:28 +02:00
parent 8b3be79266
commit e8a24790a5
4 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
KeepassDX (2.5.0.0beta12)
* Added move and copy for groups and entries
* New navigation in a single screen
KeepassDX (2.5.0.0beta11)
* Fix crash in beta10 version

View File

@@ -8,8 +8,8 @@ android {
applicationId "com.kunzisoft.keepass"
minSdkVersion 14
targetSdkVersion 27
versionCode = 11
versionName = "2.5.0.0beta11"
versionCode = 12
versionName = "2.5.0.0beta12"
multiDexEnabled true
testApplicationId = "com.kunzisoft.keepass.tests"

View File

@@ -0,0 +1,2 @@
* Added move and copy for groups and entries
* New navigation in a single screen

View File

@@ -0,0 +1,2 @@
* Déplacer et copier ajoutés pour les groupes et les entrées
* Nouvelle navigation dans un seul écran