Bump emoji-google from 0.13.0 to 0.14.0

Bumps [emoji-google](https://github.com/vanniktech/Emoji) from 0.13.0 to 0.14.0.
- [Release notes](https://github.com/vanniktech/Emoji/releases)
- [Changelog](https://github.com/vanniktech/Emoji/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vanniktech/Emoji/compare/0.13.0...0.14.0)

---
updated-dependencies:
- dependency-name: com.vanniktech:emoji-google
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-05-27 17:43:49 +00:00 committed by Andy Scherzinger
parent bb6536160c
commit 0100c139dc
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -178,7 +178,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.13.0"
implementation "com.vanniktech:emoji-google:0.14.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}"