From fe555f367c73e8aa669f8a3c49af968905f5bb44 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 07:26:14 +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-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b499798..e52a157 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { jvmTarget = JavaVersion.VERSION_1_8 // App dependencies - annotationVersion = '1.1.0' + annotationVersion = '1.2.0' annotationSupportVersion = '28.0.0' appCompatVersion = '1.2.0' archLifecycleVersion = '2.3.0'