mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-24 13:56:14 +03:00
Merge pull request #1856 from nextcloud/update-dependencies
chore(deps): Update `nextcloud/android-common` and `stefan-niedermann/nextcloud-commons`
This commit is contained in:
commit
62bf733341
2 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@ dependencies {
|
||||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.3'
|
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.3'
|
||||||
|
|
||||||
// Nextcloud SSO
|
// 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.nextcloud:Android-SingleSignOn:0.8.1'
|
||||||
implementation 'com.github.stefan-niedermann:android-commons:0.2.9'
|
implementation 'com.github.stefan-niedermann:android-commons:0.2.9'
|
||||||
implementation "com.github.stefan-niedermann.nextcloud-commons:sso-glide:$commonsVersion"
|
implementation "com.github.stefan-niedermann.nextcloud-commons:sso-glide:$commonsVersion"
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
buildscript {
|
buildscript {
|
||||||
ext {
|
ext {
|
||||||
kotlinVersion = '1.8.22'
|
kotlinVersion = '1.8.22'
|
||||||
commonsVersion = '1.7.0'
|
commonsVersion = '1.8.2'
|
||||||
}
|
}
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
|
Loading…
Reference in a new issue