From 70e7057c6b87f9eee36fcf59bfe350b53a1af587 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2020 12:43:42 +0200 Subject: [PATCH] Bump rules from 1.2.0 to 1.3.0 (#1546) Bumps rules from 1.2.0 to 1.3.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 4346ebf9..8b8d3bc8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,7 +16,7 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:1.1.3' implementation 'com.google.dagger:dagger:2.28.3' annotationProcessor "com.google.dagger:dagger-compiler:2.28.3" - androidTestImplementation 'androidx.test:rules:1.2.0' + androidTestImplementation 'androidx.test:rules:1.3.0' androidTestImplementation 'androidx.annotation:annotation:1.1.0' }