From ff7fc29ac1fe2e40f8f20431289bb582c475376e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Sun, 9 Jun 2019 22:54:35 +0100 Subject: [PATCH] Bump support-annotations from 27.0.2 to 28.0.0 (#1340) Bumps support-annotations from 27.0.2 to 28.0.0. --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index e47ee91e..0fddcce5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,7 +15,7 @@ dependencies { implementation 'com.google.dagger:dagger:2.14.1' annotationProcessor "com.google.dagger:dagger-compiler:2.14.1" androidTestImplementation 'com.android.support.test:rules:1.0.2' - androidTestImplementation 'com.android.support:support-annotations:27.0.2' + androidTestImplementation 'com.android.support:support-annotations:28.0.0' } android {