From 878f90acf4ab16757dc5a9f40bd0409fc7d9f115 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Oct 2018 12:34:04 +0200 Subject: [PATCH] Bump runner from 1.1.0-beta01 to 1.1.0-beta02 (#1046) Bumps runner 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 71db5e6f..6b14b6cc 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -148,7 +148,7 @@ dependencies { 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' + androidTestImplementation 'androidx.test:runner:1.1.0-beta02' androidTestImplementation 'androidx.test:rules:1.1.0-beta01' androidTestImplementation 'androidx.test.espresso:espresso-intents:3.1.0-beta02' androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.1.0-beta01', { -- GitLab