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:
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 444cc4a15..09879309c 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -71,7 +71,7 @@ dependencies {
def lifecycleVersion = "2.6.1"
def roomVersion = "2.5.1"
def glideVersion = "4.15.1"
- def nextcloudCommonsVersion = "1.7.0-communis.2"
+ def nextcloudCommonsVersion = "1.7.0-communis.5"
def androidCommonsVersion = "0.2.9"
implementation project(path: ':cross-tab-drag-and-drop')
@@ -104,7 +104,7 @@ dependencies {
implementation 'id.zelory:compressor:3.0.1'
// Single-Sign-On
- implementation 'com.github.stefan-niedermann:communis-sso:0.7.0-communis.2'
+ implementation 'com.github.stefan-niedermann:communis-sso:0.7.0-communis.5'
implementation 'com.github.nextcloud:android-common:0.8.0'
implementation "com.github.stefan-niedermann.nextcloud-commons:sso-glide:$nextcloudCommonsVersion"
implementation "com.github.stefan-niedermann.nextcloud-commons:exception:$nextcloudCommonsVersion"