From a66c723a38f82cc067e085812c2054a8d399b642 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 24 Aug 2021 19:25:15 +0200 Subject: [PATCH] add the biometric permission --- app/build.gradle | 2 +- app/src/main/AndroidManifest.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 4d9e613c..67870bf0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,7 +56,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:79c625cbe0' + implementation 'com.github.SimpleMobileTools:Simple-Commons:dc3f4b619e' implementation 'androidx.constraintlayout:constraintlayout:2.1.0' implementation 'androidx.documentfile:documentfile:1.0.1' diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 5242cbe4..56d144c8 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -11,6 +11,8 @@ android:name="android.hardware.faketouch" android:required="false" /> + +