From 2a67080f7c2996212a5e9f1e071b6c7d193b67c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Oct 2018 12:33:50 +0200 Subject: [PATCH] Bump espresso-core from 3.1.0-beta01 to 3.1.0-beta02 (#1047) Bumps espresso-core 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 172da9c1..71db5e6f 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -145,7 +145,7 @@ dependencies { testImplementation 'org.powermock:powermock-module-junit4:1.7.4' // Espresso UI tests - androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0-beta01', { + androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0-beta02', { exclude group: 'com.android.support', module: 'support-annotations' } androidTestImplementation 'androidx.test:runner:1.1.0-beta01' -- GitLab