Skip to content

Commit

Permalink
Merge pull request #1856 from nextcloud/update-dependencies
Browse files Browse the repository at this point in the history
chore(deps): Update `nextcloud/android-common` and `stefan-niedermann/nextcloud-commons`
  • Loading branch information
AndyScherzinger authored Jul 26, 2023
2 parents f768a9b + e61b985 commit 62bf733
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.3'

// Nextcloud SSO
implementation 'com.github.nextcloud.android-common:ui:0.10.0'
implementation 'com.github.nextcloud.android-common:ui:0.12.0'
implementation 'com.github.nextcloud:Android-SingleSignOn:0.8.1'
implementation 'com.github.stefan-niedermann:android-commons:0.2.9'
implementation "com.github.stefan-niedermann.nextcloud-commons:sso-glide:$commonsVersion"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
buildscript {
ext {
kotlinVersion = '1.8.22'
commonsVersion = '1.7.0'
commonsVersion = '1.8.2'
}
repositories {
mavenCentral()
Expand Down

0 comments on commit 62bf733

Please sign in to comment.