diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2020-12-03 22:02:01 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-03 22:02:01 +0530 |
commit | 6a6201f2ed12ed2d2f6c57a0c499838183ebb567 (patch) | |
tree | 33948a8163bd106ee5d3e5ae2e52137339289670 /app | |
parent | 77e77be999ed45dfccf1c3db838821442931eff4 (diff) |
Dependency updates (#1229)
Diffstat (limited to 'app')
-rw-r--r-- | app/build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 95d65ce7..89ab3b83 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -48,7 +48,7 @@ dependencies { implementation(Dependencies.AndroidX.activity_ktx) implementation(Dependencies.AndroidX.appcompat) implementation(Dependencies.AndroidX.autofill) - implementation(Dependencies.AndroidX.biometric) + implementation(Dependencies.AndroidX.biometric_ktx) implementation(Dependencies.AndroidX.constraint_layout) implementation(Dependencies.AndroidX.core_ktx) implementation(Dependencies.AndroidX.documentfile) |