Upgrade to 3.0.2 and update CHANGELOG

This commit is contained in:
J-Jamet
2021-09-24 12:55:08 +02:00
parent dd9ee8c3f8
commit d7da1ce333
4 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
KeePassDX(3.0.2)
* Samsung DeX mode #1114 #245 (Thx @chenxiaolong)
KeePassDX(3.0.1) KeePassDX(3.0.1)
* Fix text size and smallest margin #1085 * Fix text size and smallest margin #1085
* Fix number of lines during an edition #1073 * Fix number of lines during an edition #1073

View File

@@ -11,8 +11,8 @@ android {
applicationId "com.kunzisoft.keepass" applicationId "com.kunzisoft.keepass"
minSdkVersion 15 minSdkVersion 15
targetSdkVersion 30 targetSdkVersion 30
versionCode = 88 versionCode = 89
versionName = "3.0.1" versionName = "3.0.2"
multiDexEnabled true multiDexEnabled true
testApplicationId = "com.kunzisoft.keepass.tests" testApplicationId = "com.kunzisoft.keepass.tests"

View File

@@ -0,0 +1 @@
* Samsung DeX mode #1114 #245 (Thx @chenxiaolong)

View File

@@ -0,0 +1 @@
* Mode Samsung DeX #1114 #245 (Thx @chenxiaolong)