From 87e1130634fe01c416f28bf7c13fcc6232744f0b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2020 10:40:01 -0700 Subject: [PATCH] chore(deps): Bump espresso-core from 3.1.1 to 3.2.0 in /tutorials/StyledMap (#169) 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/StyledMap/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/StyledMap/app/build.gradle b/tutorials/StyledMap/app/build.gradle index f4ea01f1..e6b51ff8 100644 --- a/tutorials/StyledMap/app/build.gradle +++ b/tutorials/StyledMap/app/build.gradle @@ -26,5 +26,5 @@ dependencies { implementation 'com.google.android.gms:play-services-maps:17.0.0' testImplementation 'junit:junit:4.13' 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' }