Change version to 2.10.0

This commit is contained in:
J-Jamet
2021-05-07 17:02:57 +02:00
parent d776d76100
commit 880fde2148
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
KeePassDX(3.0.0)
KeePassDX(2.10.0)
* Fix show button consistency #980
* Fix persistent notification #979

View File

@@ -12,7 +12,7 @@ android {
minSdkVersion 15
targetSdkVersion 30
versionCode = 76
versionName = "3.0.0"
versionName = "2.10.0"
multiDexEnabled true
testApplicationId = "com.kunzisoft.keepass.tests"