mirror of
https://github.com/bitwarden/android.git
synced 2026-03-21 22:00:42 -05:00
Add biometrics library (#794)
This commit is contained in:
committed by
Álison Fernandes
parent
26335bf217
commit
555ff1dcd2
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user