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:
-rw-r--r--app/build.gradle3
-rw-r--r--glide-sso-integration/build.gradle3
2 files changed, 2 insertions, 4 deletions
diff --git a/app/build.gradle b/app/build.gradle
index e433f2464..1a7c2d5f6 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -53,8 +53,7 @@ android {
dependencies {
// Single-Sign-On
- implementation 'com.github.nextcloud:Android-SingleSignOn:72778ed3f6'
- // implementation 'com.github.nextcloud:Android-SingleSignOn:0.5.1'
+ implementation 'com.github.nextcloud:Android-SingleSignOn:0.5.2'
// --------------------
// --- UI-Libraries ---
diff --git a/glide-sso-integration/build.gradle b/glide-sso-integration/build.gradle
index b03cbea99..beb99fbdc 100644
--- a/glide-sso-integration/build.gradle
+++ b/glide-sso-integration/build.gradle
@@ -24,8 +24,7 @@ android {
dependencies {
// Nextcloud SSO
- implementation 'com.github.nextcloud:Android-SingleSignOn:master-SNAPSHOT'
- // implementation "com.github.nextcloud:Android-SingleSignOn:0.5.1"
+ implementation "com.github.nextcloud:Android-SingleSignOn:0.5.2"
// Glide
implementation 'com.github.bumptech.glide:glide:4.11.0'