From 7ab9e73e13fcfeb04c009b4491995a8d71035807 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Sep 2021 01:05:10 +0000 Subject: [PATCH] Bump emoji-google from 0.7.0 to 0.8.0 Bumps [emoji-google](https://github.com/vanniktech/Emoji) from 0.7.0 to 0.8.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.7.0...0.8.0) --- updated-dependencies: - dependency-name: com.vanniktech:emoji-google dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7ba092ab7b..fa5f04051a 100644 --- a/build.gradle +++ b/build.gradle @@ -305,7 +305,7 @@ dependencies { } implementation 'com.caverock:androidsvg:1.4' implementation 'androidx.annotation:annotation:1.2.0' - implementation 'com.vanniktech:emoji-google:0.7.0' + implementation 'com.vanniktech:emoji-google:0.8.0' implementation "com.github.cotechde.hwsecurity:hwsecurity-fido:$fidoVersion" implementation "com.github.cotechde.hwsecurity:hwsecurity-fido2:$fidoVersion"