Skip to content
Merged
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 .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "5.2.1"
".": "5.2.2"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [5.2.2](https://github.com/googlemaps/android-maps-ktx/compare/v5.2.1...v5.2.2) (2025-12-16)


### Bug Fixes

* Corrected broken links in Support section of README.md ([#355](https://github.com/googlemaps/android-maps-ktx/issues/355)) ([838913b](https://github.com/googlemaps/android-maps-ktx/commit/838913bc8d70cc7a3715e5f927837b9fa7ba3ae2))
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ It enables you to write more concise, idiomatic Kotlin. Each set of extensions c
dependencies {

// KTX for the Maps SDK for Android library
implementation 'com.google.maps.android:maps-ktx:5.2.1' // {x-release-please-version}
implementation 'com.google.maps.android:maps-ktx:5.2.2' // {x-release-please-version}

// KTX for the Maps SDK for Android Utility Library
implementation 'com.google.maps.android:maps-utils-ktx:5.2.1' // {x-release-please-version}
implementation 'com.google.maps.android:maps-utils-ktx:5.2.2' // {x-release-please-version}
}
```

Expand Down
Loading