Skip to content

Commit

Permalink
chore(deps): Update nextcloud-commons to 1.9.0
Browse files Browse the repository at this point in the history
Refs: #1556

Signed-off-by: Stefan Niedermann <info@niedermann.it>
  • Loading branch information
stefan-niedermann committed Jan 20, 2024
1 parent 00eeee8 commit 740836b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 740836b

Please sign in to comment.