From 9dfcf37f322edafaf72a1400f6d0956f0da0fc18 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 1 May 2020 09:07:18 +0100 Subject: [PATCH] Bump dagger-compiler from 2.26 to 2.27 (#1486) Bumps [dagger-compiler](https://github.com/google/dagger) from 2.26 to 2.27. - [Release notes](https://github.com/google/dagger/releases) - [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/dagger/compare/dagger-2.26...dagger-2.27) 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 36f1ba52..291bb314 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,7 +13,7 @@ dependencies { implementation 'com.android.volley:volley:1.1.1' implementation 'com.android.support.constraint:constraint-layout:1.1.3' implementation 'com.google.dagger:dagger:2.27' - annotationProcessor "com.google.dagger:dagger-compiler:2.26" + annotationProcessor "com.google.dagger:dagger-compiler:2.27" androidTestImplementation 'com.android.support.test:rules:1.0.2' androidTestImplementation 'com.android.support:support-annotations:28.0.0' }