diff --git a/CHANGELOG b/CHANGELOG index 5624072d..b5b14b7a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +KeePassDroid (2.5.17.2) + * Revert to older version of biometric library + KeePassDroid (2.5.17.1) * Fix databases broken with missing AES KDF UUID diff --git a/app/build.gradle b/app/build.gradle index 6255808b..f75c69d6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { minSdkVersion 14 targetSdkVersion 29 - versionCode = 202 - versionName = "2.5.17.1" + versionCode = 203 + versionName = "2.5.17.2" testApplicationId = "com.keepassdroid.tests" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" @@ -58,7 +58,7 @@ dependencies { implementation 'joda-time:joda-time:2.9.4' implementation 'androidx.core:core:1.5.0' implementation 'org.apache.commons:commons-io:1.3.2' - implementation "androidx.biometric:biometric:1.1.0" + implementation "androidx.biometric:biometric:1.0.1" implementation "androidx.preference:preference:1.1.1" implementation "com.google.android.material:material:1.3.0"