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

github.com/nextcloud/passman-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbinsky08 <timo@binsky.org>2022-08-26 16:10:06 +0300
committerbinsky08 <timo@binsky.org>2022-08-26 16:10:06 +0300
commitc34af0755165395ad5222eacbe6d841966657d5e (patch)
treefe0596992a11e2a169c48295e682ac12f99ebdcb
parentdc832213dafe2ff64402d6f2dd94dfef67c17d73 (diff)
update nextcloud sso libupdate-dependencies
Signed-off-by: binsky08 <timo@binsky.org>
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 2f8e1b2..26172ce 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -106,7 +106,7 @@ dependencies {
exclude group: 'com.android.support', module: 'support-annotations'
})
// Nextcloud SSO
- implementation "com.github.nextcloud:Android-SingleSignOn:0.5.6"
+ implementation "com.github.nextcloud:Android-SingleSignOn:0.6.1"
implementation 'androidx.appcompat:appcompat:1.5.0'
implementation 'com.google.android.material:material:1.6.1'