Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bpellin committed Sep 7, 2022
1 parent 563d8f9 commit aa7661b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
KeePassDroid (2.6.0)
* Update file handling for Android 13
* Mark password clipboard entries as sensitive
* Switch from Spongycastle to modern Bouncy Castle
* Update Chinese, French, and Russian translations

KeePassDroid (2.5.17.2)
* Revert to older version of biometric library

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {

multiDexEnabled true

versionCode = 204
versionName = "2.5.17.2"
versionCode = 205
versionName = "2.6.0"

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

0 comments on commit aa7661b

Please sign in to comment.