Add biometrics library (#794)

This commit is contained in:
David Perez
2024-01-25 17:56:19 -06:00
committed by Álison Fernandes
parent 26335bf217
commit 555ff1dcd2
4 changed files with 15 additions and 6 deletions

View File

@@ -10,6 +10,7 @@ minSdk = "28"
accompanist = "0.30.1"
androidGradlePlugin = "8.2.0"
androidxActivity = "1.8.2"
androidXBiometrics = "1.2.0-alpha05"
androidxBrowser = "1.7.0"
androidxCamera = "1.3.1"
androidxComposeBom = "2023.10.01"
@@ -57,6 +58,7 @@ zxing = "3.5.2"
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidxActivity" }
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "androidXAppCompat" }
androidx-autofill = { group = "androidx.autofill", name = "autofill", version.ref = "androdixAutofill" }
androidx-biometrics = { group = "androidx.biometric", name = "biometric", version.ref = "androidXBiometrics" }
androidx-browser = { module = "androidx.browser:browser", version.ref = "androidxBrowser" }
androidx-camera-camera2 = { module = "androidx.camera:camera-camera2", version.ref = "androidxCamera" }
androidx-camera-lifecycle = { group = "androidx.camera", name = "camera-lifecycle", version.ref = "androidxCamera" }