Merge pull request #2920 from nextcloud/chore/noid/chatKit042

Bump ChatKit to 0.4.2
This commit is contained in:
Andy Scherzinger 2023-04-01 16:35:20 +02:00 committed by GitHub
commit 6aaf179fe4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -248,9 +248,7 @@ 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-deps:ChatKit:0.4.0', { implementation 'com.github.nextcloud-deps:ChatKit:0.4.2'
exclude group: 'com.google.android', module: 'flexbox' // replaced by v3 not yet used here
})
implementation 'joda-time:joda-time:2.12.5' implementation 'joda-time:joda-time:2.12.5'
implementation "io.coil-kt:coil:${coilKtVersion}" implementation "io.coil-kt:coil:${coilKtVersion}"