Skip to content

Commit 6e69398

Browse files
chore(deps): bump play-services-maps in /tutorials/java/MapWithMarker (#793)
Bumps play-services-maps from 18.0.0 to 18.0.1. --- updated-dependencies: - dependency-name: com.google.android.gms:play-services-maps dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9dcbf11 commit 6e69398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/java/MapWithMarker/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ android {
2424

2525
// [START maps_android_play_services_maps_dependency]
2626
dependencies {
27-
implementation 'com.google.android.gms:play-services-maps:18.0.0'
27+
implementation 'com.google.android.gms:play-services-maps:18.0.1'
2828
// [START_EXCLUDE]
2929
implementation fileTree(dir: 'libs', include: ['*.jar'])
3030
implementation 'androidx.appcompat:appcompat:1.4.0'

0 commit comments

Comments
 (0)