Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bpellin committed Jun 18, 2021
1 parent d9c6661 commit 511f521
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
KeePassDroid (2.5.17.1)
* Fix databases broken with missing AES KDF UUID

KeePassDroid (2.5.17)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
minSdkVersion 14
targetSdkVersion 29

versionCode = 201
versionName = "2.5.17"
versionCode = 202
versionName = "2.5.17.1"

testApplicationId = "com.keepassdroid.tests"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 511f521

Please sign in to comment.