Skip to content

Commit a66c723

Browse files
committed
add the biometric permission
1 parent 63f9af4 commit a66c723

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ android {
5656
}
5757

5858
dependencies {
59-
implementation 'com.github.SimpleMobileTools:Simple-Commons:79c625cbe0'
59+
implementation 'com.github.SimpleMobileTools:Simple-Commons:dc3f4b619e'
6060
implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
6161
implementation 'androidx.documentfile:documentfile:1.0.1'
6262

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
android:name="android.hardware.faketouch"
1212
android:required="false" />
1313

14+
<uses-permission android:name="android.permission.USE_BIOMETRIC" />
15+
1416
<application
1517
android:name=".App"
1618
android:allowBackup="true"

0 commit comments

Comments
 (0)