Skip to content

Commit e61b985

Browse files
chore(deps): Update nextcloud/android-common and stefan-niedermann/nextcloud-commons
Signed-off-by: Stefan Niedermann <info@niedermann.it>
1 parent f768a9b commit e61b985

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ dependencies {
7676
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.3'
7777

7878
// Nextcloud SSO
79-
implementation 'com.github.nextcloud.android-common:ui:0.10.0'
79+
implementation 'com.github.nextcloud.android-common:ui:0.12.0'
8080
implementation 'com.github.nextcloud:Android-SingleSignOn:0.8.1'
8181
implementation 'com.github.stefan-niedermann:android-commons:0.2.9'
8282
implementation "com.github.stefan-niedermann.nextcloud-commons:sso-glide:$commonsVersion"

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
buildscript {
44
ext {
55
kotlinVersion = '1.8.22'
6-
commonsVersion = '1.7.0'
6+
commonsVersion = '1.8.2'
77
}
88
repositories {
99
mavenCentral()

0 commit comments

Comments
 (0)