From 7b5ac4691ae3fa74424f1668044f36a092d62afe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Feb 2023 13:48:06 +0000 Subject: [PATCH] Build(deps): Bump com.vanniktech:emoji-google from 0.9.0 to 0.15.0 Bumps [com.vanniktech:emoji-google](https://github.com/vanniktech/Emoji) from 0.9.0 to 0.15.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.9.0...0.15.0) --- updated-dependencies: - dependency-name: com.vanniktech:emoji-google dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index b21bd6e142f9..9ab27a68a2e2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -270,7 +270,7 @@ dependencies { } implementation 'com.caverock:androidsvg:1.4' implementation 'androidx.annotation:annotation:1.5.0' - implementation 'com.vanniktech:emoji-google:0.9.0' + implementation 'com.vanniktech:emoji-google:0.15.0' implementation "com.github.nextcloud-deps.hwsecurity:hwsecurity-fido:$fidoVersion" implementation "com.github.nextcloud-deps.hwsecurity:hwsecurity-fido2:$fidoVersion"