Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bpellin committed Jan 17, 2019
1 parent cadbc50 commit 33ed5c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
KeePassDroid (2.4.1)
* Fix notification timeout
* Updated Russian translatons

KeePassDroid (2.4)
* New fingerprint setting
* Better handling for large attachments
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 26

versionCode = 179
versionName = "2.4"
versionCode = 180
versionName = "2.4.1"

testApplicationId = "com.keepassdroid.tests"
testInstrumentationRunner = "android.test.InstrumentationTestRunner"
Expand Down

0 comments on commit 33ed5c5

Please sign in to comment.