Merge pull request #2088 from nextcloud/dependabot/gradle/com.vanniktech-emoji-google-0.13.0

Bump emoji-google from 0.12.0 to 0.13.0
This commit is contained in:
Tim Krüger 2022-05-24 13:28:55 +02:00 committed by GitHub
commit 53c51e0129
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -179,7 +179,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'com.google.android.material:material:1.5.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation "com.vanniktech:emoji-google:0.12.0"
implementation "com.vanniktech:emoji-google:0.13.0"
implementation group: 'androidx.emoji', name: 'emoji-bundled', version: '1.1.0'
implementation 'org.michaelevans.colorart:library:0.0.3'
implementation "androidx.work:work-runtime:${workVersion}"