Skip to content

Commit 8211eb7

Browse files
chore(deps): bump com.google.maps.android:maps-ktx from 5.1.0 to 5.1.1 in /snippets (#1695)
chore(deps): bump com.google.maps.android:maps-ktx in /snippets Bumps [com.google.maps.android:maps-ktx](https://github.com/googlemaps/android-maps-ktx) from 5.1.0 to 5.1.1. - [Release notes](https://github.com/googlemaps/android-maps-ktx/releases) - [Changelog](https://github.com/googlemaps/android-maps-ktx/blob/main/.releaserc) - [Commits](googlemaps/android-maps-ktx@v5.1.0...v5.1.1) --- updated-dependencies: - dependency-name: com.google.maps.android:maps-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2a0f52b commit 8211eb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

snippets/app-ktx/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies {
4949
// [END_EXCLUDE]
5050

5151
// KTX for the Maps SDK for Android library
52-
implementation 'com.google.maps.android:maps-ktx:5.1.0'
52+
implementation 'com.google.maps.android:maps-ktx:5.1.1'
5353
}
5454
// [END maps_android_ktx_install_snippet]
5555

snippets/app-rx/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dependencies {
5656
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.3"
5757
implementation "com.google.android.material:material:1.12.0"
5858
implementation "com.trello.rxlifecycle4:rxlifecycle-android-lifecycle-kotlin:4.0.2"
59-
implementation "com.google.maps.android:maps-ktx:5.1.0"
59+
implementation "com.google.maps.android:maps-ktx:5.1.1"
6060
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.0"
6161
// [END_EXCLUDE silent]
6262
}

0 commit comments

Comments
 (0)