We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d14578a commit e5604c2Copy full SHA for e5604c2
CHANGELOG
@@ -1,4 +1,7 @@
1
-KeePassDrop (2.5.3)
+KeePassDroid (2.5.4)
2
+ * Bug fixes
3
+
4
+KeePassDroid (2.5.3)
5
* Bug fixes
6
* Move more into compat library
7
app/build.gradle
@@ -9,8 +9,8 @@ android {
9
minSdkVersion 14
10
targetSdkVersion 28
11
12
- versionCode = 186
13
- versionName = "2.5.3"
+ versionCode = 187
+ versionName = "2.5.4"
14
15
testApplicationId = "com.keepassdroid.tests"
16
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
0 commit comments