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 77581b3 commit 269663cCopy full SHA for 269663c
CHANGELOG
@@ -1,3 +1,4 @@
1
+KeePassDroid (2.5.15)
2
* Add Keyfile 2.0 support
3
* Add Argon2 ID key derivation
4
app/build.gradle
@@ -9,8 +9,8 @@ android {
9
minSdkVersion 14
10
targetSdkVersion 29
11
12
- versionCode = 197
13
- versionName = "2.5.14"
+ versionCode = 198
+ versionName = "2.5.15"
14
15
testApplicationId = "com.keepassdroid.tests"
16
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
0 commit comments