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:
authorStefan Niedermann <info@niedermann.it>2024-01-20 11:58:36 +0300
committerStefan Niedermann <info@niedermann.it>2024-01-20 11:58:36 +0300
commit740836b9ddbcfda0e71dd48947924b8dc0e79d4a (patch)
treea585be74a80bda9769ac0787b60e4692b6dd79ba
parent00eeee817ca231d22c7787e67b6ddd7ae04fdf28 (diff)
chore(deps): Update nextcloud-commons to 1.9.0
Refs: #1556 Signed-off-by: Stefan Niedermann <info@niedermann.it>
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 25d034225..b38ec42e5 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -72,7 +72,7 @@ dependencies {
def lifecycleVersion = "2.6.2"
def roomVersion = "2.6.1"
def glideVersion = "4.16.0"
- def nextcloudCommonsVersion = "agp-8-SNAPSHOT"
+ def nextcloudCommonsVersion = "1.9.0"
def androidCommonsVersion = "0.3.2"
implementation project(path: ':cross-tab-drag-and-drop')
@@ -105,7 +105,7 @@ dependencies {
implementation 'id.zelory:compressor:3.0.1'
// Single-Sign-On
- implementation 'com.github.nextcloud:Android-SingleSignOn:e29b605a26'
+ implementation 'com.github.nextcloud:Android-SingleSignOn:1.0.0'
implementation 'com.github.nextcloud:android-common:0.13.0'
implementation "com.github.stefan-niedermann.nextcloud-commons:sso-glide:$nextcloudCommonsVersion"
implementation "com.github.stefan-niedermann.nextcloud-commons:exception:$nextcloudCommonsVersion"