Merge pull request #1859 from nextcloud/dependabot/gradle/com.github.nextcloud-ChatKit-0.3.0-1

Bump ChatKit from c6a6176729 to 0.3.0-1
This commit is contained in:
Andy Scherzinger 2022-03-11 17:44:06 +01:00 committed by GitHub
commit 874edc7eec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -265,7 +265,7 @@ dependencies {
implementation 'org.apache.commons:commons-lang3:3.12.0'
implementation 'com.github.wooplr:Spotlight:1.3'
implementation 'com.google.code.findbugs:jsr305:3.0.2'
implementation('com.github.nextcloud:ChatKit:c6a6176729', {
implementation('com.github.nextcloud:ChatKit:0.3.0-1', {
exclude group: 'com.facebook.fresco'
})