Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bpellin committed May 24, 2020
1 parent 9fdd3e1 commit c60a600
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 31 deletions.
5 changes: 2 additions & 3 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
KeePassDroid (2.5.11)
* Fix crash on invalid length databases

KeePassDroid (2.5.10)
* Fix crash on database create

Expand Down
60 changes: 39 additions & 21 deletions app/app.iml

Large diffs are not rendered by default.

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 = 193
versionName = "2.5.10"
versionCode = 194
versionName = "2.5.11"

testApplicationId = "com.keepassdroid.tests"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down Expand Up @@ -59,7 +59,7 @@ dependencies {
implementation 'androidx.core:core:1.2.0'
implementation 'org.apache.commons:commons-io:1.3.2'
implementation "androidx.biometric:biometric:1.0.1"
implementation "androidx.preference:preference:1.1.0"
implementation "androidx.preference:preference:1.1.1"
implementation "com.google.android.material:material:1.1.0"

androidTestImplementation'junit:junit:4.12'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.3'
classpath 'com.android.tools.build:gradle:3.6.3'
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip

0 comments on commit c60a600

Please sign in to comment.