Skip to content

Commit 45eb8e8

Browse files
chore(deps): bump com.google.android.gms:play-services-maps from 18.1.0 to 18.2.0 in /tutorials/kotlin/MapWithMarker (#1355)
chore(deps): bump com.google.android.gms:play-services-maps Bumps com.google.android.gms:play-services-maps from 18.1.0 to 18.2.0. --- updated-dependencies: - dependency-name: com.google.android.gms:play-services-maps dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5b04c09 commit 45eb8e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/kotlin/MapWithMarker/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies {
3535
implementation "androidx.core:core-ktx:1.10.1"
3636
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
3737
implementation 'androidx.appcompat:appcompat:1.6.1'
38-
implementation 'com.google.android.gms:play-services-maps:18.1.0'
38+
implementation 'com.google.android.gms:play-services-maps:18.2.0'
3939

4040
// Tests
4141
testImplementation 'junit:junit:4.13.2'

0 commit comments

Comments
 (0)