diff --git a/CHANGELOG b/CHANGELOG index f461dac2..94a48ad7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,4 @@ +KeePassDroid (2.5.13) * Ensure output files are truncated KeePassDroid (2.5.12) diff --git a/app/build.gradle b/app/build.gradle index f5852665..35256329 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" @@ -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"