From 834a8394053720f1cee90b7da8b88c2dd43f0434 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 02:03:37 +0000 Subject: [PATCH] Bump annotation from 1.1.0 to 1.2.0 Bumps annotation from 1.1.0 to 1.2.0. Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3fbba5d599..fc312094f5 100644 --- a/build.gradle +++ b/build.gradle @@ -318,7 +318,7 @@ dependencies { exclude group: "com.android.support" } implementation 'com.caverock:androidsvg:1.4' - implementation 'androidx.annotation:annotation:1.1.0' + implementation 'androidx.annotation:annotation:1.2.0' implementation 'com.google.code.gson:gson:2.8.6' implementation 'com.vanniktech:emoji-google:0.7.0'