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 48d3ed7 commit 6727faaCopy full SHA for 6727faa
CHANGELOG
@@ -1,3 +1,6 @@
1
+KeePassDroid (2.5.5)
2
+ * Add auto login setting
3
+
4
KeePassDroid (2.5.4)
5
* Bug fixes
6
app/build.gradle
@@ -9,8 +9,8 @@ android {
9
minSdkVersion 14
10
targetSdkVersion 28
11
12
- versionCode = 187
13
- versionName = "2.5.4"
+ versionCode = 188
+ versionName = "2.5.5"
14
15
testApplicationId = "com.keepassdroid.tests"
16
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
0 commit comments