Merge pull request #2905 from nextcloud/dependabot/gradle/com.vanniktech-emoji-google-0.16.0

Build(deps): Bump com.vanniktech:emoji-google from 0.15.0 to 0.16.0
This commit is contained in:
Andy Scherzinger 2023-03-30 22:26:47 +02:00 committed by GitHub
commit b8c9865dd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -177,7 +177,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.8.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation "com.vanniktech:emoji-google:0.15.0"
implementation "com.vanniktech:emoji-google:0.16.0"
implementation "androidx.emoji2:emoji2:${emojiVersion}"
implementation "androidx.emoji2:emoji2-bundled:${emojiVersion}"
implementation "androidx.emoji2:emoji2-views:${emojiVersion}"
@ -187,7 +187,7 @@ dependencies {
implementation "androidx.work:work-rxjava2:${workVersion}"
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
androidTestImplementation "androidx.work:work-testing:${workVersion}"
implementation 'com.google.android:flexbox:2.0.1'
implementation 'com.google.android.flexbox:flexbox:3.0.0'
implementation ('com.gitlab.bitfireAT:dav4jvm:2.1.3', {
exclude group: 'org.ogce', module: 'xpp3' // Android comes with its own XmlPullParser
})
@ -248,7 +248,9 @@ 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-deps:ChatKit:0.4.0'
implementation ('com.github.nextcloud-deps:ChatKit:0.4.0', {
exclude group: 'com.google.android', module: 'flexbox' // replaced by v3 not yet used here
})
implementation 'joda-time:joda-time:2.12.4'
implementation "io.coil-kt:coil:${coilKtVersion}"