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 @@ -13,7 +13,7 @@ composeBom = "2026.02.01"
ui = "1.10.0"
materialIconsExtended = "1.7.8"
googleMaps = "20.0.0"
places = "5.1.1"
places = "5.2.0"
playServicesLocation = "21.3.0"
mapsCompose = "8.2.2"
mapsUtilsKtx = "6.0.1"
Expand Down
2 changes: 1 addition & 1 deletion snippets/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ dependencies {

// Places and Maps SDKs
// [START maps_android_places_upgrade_snippet]
implementation("com.google.android.libraries.places:places:5.1.1")
implementation("com.google.android.libraries.places:places:5.2.0")
// [END maps_android_places_upgrade_snippet]
}
// [END maps_android_places_install_snippet]
Expand Down
Loading