Skip to content

Commit

Permalink
Revert to older version of biometric API
Browse files Browse the repository at this point in the history
  • Loading branch information
bpellin committed Jun 26, 2021
1 parent 511f521 commit 51d715a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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

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 29

versionCode = 202
versionName = "2.5.17.1"
versionCode = 203
versionName = "2.5.17.2"

testApplicationId = "com.keepassdroid.tests"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down Expand Up @@ -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"

Expand Down

0 comments on commit 51d715a

Please sign in to comment.