We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f9af4 commit a66c723Copy full SHA for a66c723
app/build.gradle
@@ -56,7 +56,7 @@ android {
56
}
57
58
dependencies {
59
- implementation 'com.github.SimpleMobileTools:Simple-Commons:79c625cbe0'
+ implementation 'com.github.SimpleMobileTools:Simple-Commons:dc3f4b619e'
60
implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
61
implementation 'androidx.documentfile:documentfile:1.0.1'
62
app/src/main/AndroidManifest.xml
@@ -11,6 +11,8 @@
11
android:name="android.hardware.faketouch"
12
android:required="false" />
13
14
+ <uses-permission android:name="android.permission.USE_BIOMETRIC" />
15
+
16
<application
17
android:name=".App"
18
android:allowBackup="true"
0 commit comments