From a715fb6d79d1ddc0d96b79443b584c052e111a07 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Tue, 4 Jun 2019 15:25:57 +0200 Subject: [PATCH] Bump rules from 1.0.1 to 1.0.2 (#1320) Bumps rules from 1.0.1 to 1.0.2. Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index c6dffb3e..f02f00ca 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,7 +14,7 @@ dependencies { implementation 'com.android.support.constraint:constraint-layout:1.0.2' 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.1' + androidTestImplementation 'com.android.support.test:rules:1.0.2' androidTestImplementation 'com.android.support:support-annotations:27.0.2' }