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
path: root/app
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-15 15:10:26 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-12-15 15:30:55 +0300
commit630e528137d0740cacc206d7fd44867a1a24bce1 (patch)
treefa42e166082bd0e148a783f0c25216e1aefbacb4 /app
parentb7fbbef1c4d934e7e9d0b07f4e85fb458c579358 (diff)
Bump Android-SingleSignOn from 0.6.0 to 0.6.1
Bumps Android-SingleSignOn from 0.6.0 to 0.6.1. --- updated-dependencies: - dependency-name: com.github.nextcloud:Android-SingleSignOn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 573e8d1a3..0ec53b0dc 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -92,7 +92,7 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.4.0'
// Single-Sign-On
- implementation 'com.github.nextcloud:Android-SingleSignOn:0.6.0'
+ implementation 'com.github.nextcloud:Android-SingleSignOn:0.6.1'
implementation 'com.github.stefan-niedermann.nextcloud-commons:sso-glide:1.6.2'
implementation 'com.github.stefan-niedermann.nextcloud-commons:exception:1.6.2'
implementation('com.github.stefan-niedermann.nextcloud-commons:markdown:1.6.2') {