Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÁlvaro Brey <alvaro.brey@nextcloud.com>2022-11-02 19:53:25 +0300
committerÁlvaro Brey <alvaro.brey@nextcloud.com>2022-11-03 13:58:08 +0300
commit9e4bd1935f92b87fdb4be37525c248e058ec9f70 (patch)
tree9faffdfc35b92898ab3827410b6017aa182f7714
parentec44d1e8a671970a401adc594201614ebd34e24d (diff)
Use forked hwsecurity lib to avoid PendingIntent crashes
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
-rw-r--r--app/build.gradle4
-rw-r--r--build.gradle2
2 files changed, 3 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 79dc95509e..f99309c9ce 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -257,8 +257,8 @@ dependencies {
implementation 'androidx.annotation:annotation:1.5.0'
implementation 'com.vanniktech:emoji-google:0.9.0'
- implementation "com.github.cotechde.hwsecurity:hwsecurity-fido:$fidoVersion"
- implementation "com.github.cotechde.hwsecurity:hwsecurity-fido2:$fidoVersion"
+ implementation "com.github.nextcloud-deps.hwsecurity:hwsecurity-fido:$fidoVersion"
+ implementation "com.github.nextcloud-deps.hwsecurity:hwsecurity-fido2:$fidoVersion"
// document scanner not available on FDroid (generic) due to OpenCV binaries
gplayImplementation "com.github.zynkware:Document-Scanning-Android-SDK:$documentScannerVersion"
diff --git a/build.gradle b/build.gradle
index ca4038e9ee..55cdab58e8 100644
--- a/build.gradle
+++ b/build.gradle
@@ -12,7 +12,7 @@ buildscript {
mockkVersion = "1.13.2"
espressoVersion = "3.4.0"
workRuntime = "2.7.1"
- fidoVersion = "4.1.0"
+ fidoVersion = "4.1.0-patch1"
checkerVersion = "3.21.2"
exoplayerVersion = "2.18.1"
documentScannerVersion = "1.0.1"