Bump ChatKit from c6a6176729 to 0.3.0-1

Bumps ChatKit from c6a6176729 to 0.3.0-1.

---
updated-dependencies:
- dependency-name: com.github.nextcloud:ChatKit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-03-08 02:06:04 +00:00 committed by GitHub
parent 1003545153
commit 298ae2d029
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'
})