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

github.com/stefan-niedermann/nextcloud-notes.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.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index e02c27b1..37625f6d 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -80,7 +80,7 @@ dependencies {
// Nextcloud SSO
implementation 'com.github.nextcloud:Android-SingleSignOn:0.6.1'
implementation 'com.github.stefan-niedermann:android-commons:0.2.6'
- implementation 'com.github.stefan-niedermann.nextcloud-commons:sso-glide:1.6.2'
+ implementation 'com.github.stefan-niedermann.nextcloud-commons:sso-glide:1.6.3'
implementation 'com.github.stefan-niedermann.nextcloud-commons:exception:1.6.3'
implementation('com.github.stefan-niedermann.nextcloud-commons:markdown:1.6.3') {
exclude group: 'org.jetbrains', module: 'annotations-java5'