We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f768a9b + e61b985 commit 62bf733Copy full SHA for 62bf733
app/build.gradle
@@ -76,7 +76,7 @@ dependencies {
76
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.3'
77
78
// Nextcloud SSO
79
- implementation 'com.github.nextcloud.android-common:ui:0.10.0'
+ implementation 'com.github.nextcloud.android-common:ui:0.12.0'
80
implementation 'com.github.nextcloud:Android-SingleSignOn:0.8.1'
81
implementation 'com.github.stefan-niedermann:android-commons:0.2.9'
82
implementation "com.github.stefan-niedermann.nextcloud-commons:sso-glide:$commonsVersion"
build.gradle
@@ -3,7 +3,7 @@
3
buildscript {
4
ext {
5
kotlinVersion = '1.8.22'
6
- commonsVersion = '1.7.0'
+ commonsVersion = '1.8.2'
7
}
8
repositories {
9
mavenCentral()
0 commit comments