Merge pull request #191 from maxmoney21m/feature/biometric-backup-nsec

Require biometric with device lock fallback to copy nsec
This commit is contained in:
Vitor Pamplona
2023-03-04 17:11:35 -05:00
committed by GitHub
4 changed files with 91 additions and 12 deletions
+3
View File
@@ -73,6 +73,9 @@ dependencies {
implementation "androidx.lifecycle:lifecycle-runtime-ktx:$lifecycle_version"
implementation "androidx.lifecycle:lifecycle-livedata:$lifecycle_version"
// Biometrics
implementation "androidx.biometric:biometric-ktx:1.2.0-alpha05"
// Swipe Refresh
implementation 'com.google.accompanist:accompanist-swiperefresh:0.29.1-alpha'