Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-25 22:15:03 +0300
committerGitHub <noreply@github.com>2022-05-25 22:15:03 +0300
commit11c2617442a00679952f8f72ef5f9e55185efa49 (patch)
tree6d87f98e828763c08126edac2f9682eb2e0b7eb4
parentc1cf416872296432460d09962ba064596aa7852d (diff)
Bump emoji-google from 0.12.0 to 0.13.0dependabot/gradle/com.vanniktech-emoji-google-0.13.0
Bumps [emoji-google](https://github.com/vanniktech/Emoji) from 0.12.0 to 0.13.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.12.0...0.13.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>
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 80dfd1e0b9..5b63f6f1b7 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -247,7 +247,7 @@ dependencies {
}
implementation 'com.caverock:androidsvg:1.4'
implementation 'androidx.annotation:annotation:1.3.0'
- implementation 'com.vanniktech:emoji-google:0.12.0'
+ implementation 'com.vanniktech:emoji-google:0.13.0'
implementation "com.github.cotechde.hwsecurity:hwsecurity-fido:$fidoVersion"
implementation "com.github.cotechde.hwsecurity:hwsecurity-fido2:$fidoVersion"