mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 19:49:33 +01:00
update to new home of forked libs
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
9b234c632b
commit
473ee4893b
@ -263,15 +263,15 @@ dependencies {
|
|||||||
implementation 'org.apache.commons:commons-lang3:3.12.0'
|
implementation 'org.apache.commons:commons-lang3:3.12.0'
|
||||||
implementation 'com.github.wooplr:Spotlight:1.3'
|
implementation 'com.github.wooplr:Spotlight:1.3'
|
||||||
implementation 'com.google.code.findbugs:jsr305:3.0.2'
|
implementation 'com.google.code.findbugs:jsr305:3.0.2'
|
||||||
implementation('com.github.nextcloud:ChatKit:0.3.0-1', {
|
implementation('com.github.nextcloud-deps:ChatKit:0.3.0-1', {
|
||||||
exclude group: 'com.facebook.fresco'
|
exclude group: 'com.facebook.fresco'
|
||||||
})
|
})
|
||||||
|
|
||||||
implementation 'com.github.nextcloud.fresco:fresco:v111'
|
implementation 'com.github.nextcloud-deps.fresco:fresco:v111'
|
||||||
implementation 'com.github.nextcloud.fresco:animated-webp:v111'
|
implementation 'com.github.nextcloud-deps.fresco:animated-webp:v111'
|
||||||
implementation 'com.github.nextcloud.fresco:webpsupport:v111'
|
implementation 'com.github.nextcloud-deps.fresco:webpsupport:v111'
|
||||||
implementation 'com.github.nextcloud.fresco:animated-gif:v111'
|
implementation 'com.github.nextcloud-deps.fresco:animated-gif:v111'
|
||||||
implementation 'com.github.nextcloud.fresco:imagepipeline-okhttp3:v111'
|
implementation 'com.github.nextcloud-deps.fresco:imagepipeline-okhttp3:v111'
|
||||||
implementation 'joda-time:joda-time:2.11.0'
|
implementation 'joda-time:joda-time:2.11.0'
|
||||||
implementation "io.coil-kt:coil:${coilKtVersion}"
|
implementation "io.coil-kt:coil:${coilKtVersion}"
|
||||||
implementation "io.coil-kt:coil-gif:${coilKtVersion}"
|
implementation "io.coil-kt:coil-gif:${coilKtVersion}"
|
||||||
|
Loading…
Reference in New Issue
Block a user