From ffe9d8f1bc03c7acaf15b56b80599b84a69d304a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 14 May 2020 08:46:14 -0700 Subject: [PATCH] chore(deps): bump maps-ktx in /tutorials/kotlin/MapWithMarker (#202) Bumps [maps-ktx](https://github.com/googlemaps/android-maps-ktx) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/googlemaps/android-maps-ktx/releases) - [Changelog](https://github.com/googlemaps/android-maps-ktx/blob/master/CHANGELOG.md) - [Commits](https://github.com/googlemaps/android-maps-ktx/compare/v1.4.0...v1.5.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- tutorials/kotlin/MapWithMarker/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/kotlin/MapWithMarker/app/build.gradle b/tutorials/kotlin/MapWithMarker/app/build.gradle index 949b9bd5..3d4b9cfd 100644 --- a/tutorials/kotlin/MapWithMarker/app/build.gradle +++ b/tutorials/kotlin/MapWithMarker/app/build.gradle @@ -40,7 +40,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.2.0' implementation 'com.google.android.gms:play-services-maps:17.0.0' - implementation 'com.google.maps.android:maps-ktx:1.4.0' + implementation 'com.google.maps.android:maps-ktx:1.5.0' // Tests testImplementation 'junit:junit:4.13'