Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 62bf7333 authored by Andy Scherzinger's avatar Andy Scherzinger Committed by GitHub
Browse files

Merge pull request #1856 from nextcloud/update-dependencies

chore(deps): Update `nextcloud/android-common` and `stefan-niedermann/nextcloud-commons`
parents f768a9b8 e61b985f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
buildscript {
    ext {
        kotlinVersion = '1.8.22'
        commonsVersion = '1.7.0'
        commonsVersion = '1.8.2'
    }
    repositories {
        mavenCentral()