From 72fc3a5b33a2a77fe034d0f6ebb5fb7643623e0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Oct 2018 12:37:00 +0200 Subject: [PATCH] Bump rules from 1.1.0-beta01 to 1.1.0-beta02 (#1045) Bumps rules from 1.1.0-beta01 to 1.1.0-beta02. Signed-off-by: dependabot[bot] <support@dependabot.com> --- mobile/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/build.gradle b/mobile/build.gradle index 6b14b6cc..fde68fc6 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -149,7 +149,7 @@ dependencies { exclude group: 'com.android.support', module: 'support-annotations' } androidTestImplementation 'androidx.test:runner:1.1.0-beta02' - androidTestImplementation 'androidx.test:rules:1.1.0-beta01' + androidTestImplementation 'androidx.test:rules:1.1.0-beta02' androidTestImplementation 'androidx.test.espresso:espresso-intents:3.1.0-beta02' androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.1.0-beta01', { exclude group: 'com.android.support', module: 'support-annotations' -- GitLab