From 21429a23f3039510dd54d770dc8388aea18dda26 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2020 19:56:11 -0700 Subject: [PATCH] chore(deps): Bump espresso-core from 3.1.1 to 3.2.0 in /tutorials/MapWithMarker (#168) Bumps espresso-core from 3.1.1 to 3.2.0. Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- tutorials/MapWithMarker/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/MapWithMarker/app/build.gradle b/tutorials/MapWithMarker/app/build.gradle index 39cdb147..205ddcf8 100644 --- a/tutorials/MapWithMarker/app/build.gradle +++ b/tutorials/MapWithMarker/app/build.gradle @@ -26,5 +26,5 @@ dependencies { implementation 'com.google.android.gms:play-services-maps:17.0.0' testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test.ext:junit:1.1.0' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' }