Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bpellin committed Aug 27, 2020
1 parent 4c31ce9 commit 978b255
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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.13)
* Ensure output files are truncated

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

versionCode = 195
versionName = "2.5.12"
versionCode = 196
versionName = "2.5.13"

testApplicationId = "com.keepassdroid.tests"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down Expand Up @@ -56,7 +56,7 @@ dependencies {
exclude group: 'junit'
}
implementation 'joda-time:joda-time:2.9.4'
implementation 'androidx.core:core:1.2.0'
implementation 'androidx.core:core:1.3.1'
implementation 'org.apache.commons:commons-io:1.3.2'
implementation "androidx.biometric:biometric:1.0.1"
implementation "androidx.preference:preference:1.1.1"
Expand Down

0 comments on commit 978b255

Please sign in to comment.