Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ material3 = "1.4.0"
materialIconsExtended = "1.7.8"

# Google Maps & Places
mapsCompose = "7.0.0"
mapsCompose = "8.1.0"
mapsKtx = "6.0.0"
places = "5.1.1"
playServicesMaps = "20.0.0"
Expand Down
2 changes: 1 addition & 1 deletion snippets/app-compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
// [END_EXCLUDE]

// Android Maps Compose composables for the Maps SDK for Android
implementation("com.google.maps.android:maps-compose:6.12.0")
implementation("com.google.maps.android:maps-compose:8.1.0")

Check warning

Code scanning / Android Lint

Use TOML Version Catalog Instead Warning

Use the existing version catalog reference (libs.maps.compose) instead
}
// [END maps_android_compose_dependency]

Expand Down
Loading