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

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordesperateCoder <echotodevnull@gmail.com>2020-08-08 16:00:34 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2020-08-09 17:34:09 +0300
commit9d5c1b125613da8e6e29759e2f9a40f156a55d0a (patch)
treebe5513b8224b4a28b5caffc5f8d4def4a0d31741
parent735ad1d0f1a2a601b5163c8c3ad9531391a58633 (diff)
#646 fix file upload
-rw-r--r--app/build.gradle3
-rw-r--r--glide-sso-integration/build.gradle3
2 files changed, 4 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 2f8b8491d..86d23bba1 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -53,7 +53,8 @@ android {
dependencies {
// Single-Sign-On
- implementation 'com.github.nextcloud:Android-SingleSignOn:0.5.2'
+// implementation 'com.github.nextcloud:Android-SingleSignOn:0.5.2'
+ implementation 'com.github.desperateCoder:Android-SingleSignOn:231-void-return-type-SNAPSHOT'
// --------------------
// --- UI-Libraries ---
diff --git a/glide-sso-integration/build.gradle b/glide-sso-integration/build.gradle
index beb99fbdc..6d9455976 100644
--- a/glide-sso-integration/build.gradle
+++ b/glide-sso-integration/build.gradle
@@ -24,7 +24,8 @@ android {
dependencies {
// Nextcloud SSO
- implementation "com.github.nextcloud:Android-SingleSignOn:0.5.2"
+// implementation "com.github.nextcloud:Android-SingleSignOn:0.5.2"
+ implementation 'com.github.desperateCoder:Android-SingleSignOn:231-void-return-type-SNAPSHOT'
// Glide
implementation 'com.github.bumptech.glide:glide:4.11.0'