We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c7b15e commit 2cdcb31Copy full SHA for 2cdcb31
CHANGELOG
@@ -1,3 +1,6 @@
1
+KeePassDroid (2.5.10)
2
+ * Fix crash on database create
3
+
4
KeePassDroid (2.5.9)
5
* Bug fixes
6
app/build.gradle
@@ -9,8 +9,8 @@ android {
9
minSdkVersion 14
10
targetSdkVersion 28
11
12
- versionCode = 192
13
- versionName = "2.5.9"
+ versionCode = 193
+ versionName = "2.5.10"
14
15
testApplicationId = "com.keepassdroid.tests"
16
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
0 commit comments