Skip to content

Commit

Permalink
chore(deps): bump com.google.maps.android:maps-ktx from 5.1.0 to 5.1.…
Browse files Browse the repository at this point in the history
…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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 10, 2024
1 parent 4f97019 commit e231bc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion snippets/app-ktx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
// [END_EXCLUDE]

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

Expand Down
2 changes: 1 addition & 1 deletion snippets/app-rx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies {
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.3"
implementation "com.google.android.material:material:1.12.0"
implementation "com.trello.rxlifecycle4:rxlifecycle-android-lifecycle-kotlin:4.0.2"
implementation "com.google.maps.android:maps-ktx:5.1.0"
implementation "com.google.maps.android:maps-ktx:5.1.1"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.0"
// [END_EXCLUDE silent]
}
Expand Down

0 comments on commit e231bc8

Please sign in to comment.