From 6177628c3bd2158c0d16ed26ddeb39166c54fe42 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 18 May 2020 10:40:34 +0200 Subject: [PATCH] Bump annotation from 1.0.0 to 1.1.0 (#1508) Bumps annotation from 1.0.0 to 1.1.0. Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index efeb93fc..35e9a5d5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,7 +17,7 @@ dependencies { implementation 'com.google.dagger:dagger:2.27' annotationProcessor "com.google.dagger:dagger-compiler:2.27" androidTestImplementation 'androidx.test:rules:1.2.0' - androidTestImplementation 'androidx.annotation:annotation:1.0.0' + androidTestImplementation 'androidx.annotation:annotation:1.1.0' } android {