From 4aac456ad2313654111486f2e46a6bf94ad82f24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Oct 2018 12:42:02 +0200 Subject: [PATCH] Bump espresso-contrib from 3.1.0-beta01 to 3.1.0-beta02 (#1048) Bumps espresso-contrib from 3.1.0-beta01 to 3.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 fde68fc6..36c7c9ef 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -151,7 +151,7 @@ dependencies { androidTestImplementation 'androidx.test:runner:1.1.0-beta02' 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', { + androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.1.0-beta02', { exclude group: 'com.android.support', module: 'support-annotations' } -- GitLab