Added biometric dialog instead of fingerprint one

This commit is contained in:
Viktor De Pasquale
2019-11-12 18:01:24 +01:00
parent c5f2f63458
commit 54930024f5
4 changed files with 67 additions and 4 deletions

View File

@@ -130,6 +130,7 @@ dependencies {
implementation 'androidx.transition:transition:1.2.0'
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.core:core-ktx:1.1.0'
implementation 'androidx.biometric:biometric:1.0.0'
implementation 'com.google.android.material:material:1.1.0-beta01'
implementation 'com.karumi:dexter:6.0.0'
}