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:
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 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"