File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed
Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 4 .0.0"
2+ "." : " 5 .0.0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 5.0.0] ( https://github.com/googlemaps/android-places-ktx/compare/v4.0.0...v5.0.0 ) (2026-03-02)
4+
5+
6+ ### ⚠ BREAKING CHANGES
7+
8+ * finalize library as 100% compatibility shim ([ #306 ] ( https://github.com/googlemaps/android-places-ktx/issues/306 ) )
9+
10+ ### Bug Fixes
11+
12+ * finalize library as 100% compatibility shim ([ #306 ] ( https://github.com/googlemaps/android-places-ktx/issues/306 ) ) ([ 8daf5b7] ( https://github.com/googlemaps/android-places-ktx/commit/8daf5b7740cafca0ed01d7946beb8d00b36d8d44 ) )
13+
314## [ 4.0.0] ( https://github.com/googlemaps/android-places-ktx/compare/v3.6.0...v4.0.0 ) (2026-02-26)
415
516
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ If you are using the Places SDK through Google Play Services:
3333
3434``` groovy
3535dependencies {
36- implementation 'com.google.maps.android:places-ktx:4 .0.0' // {x-release-please-version}
36+ implementation 'com.google.maps.android:places-ktx:5 .0.0' // {x-release-please-version}
3737}
3838```
3939
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ ext.projectArtifactId = { project ->
4646allprojects {
4747 group = ' com.google.maps.android'
4848 // {x-release-please-start-version}
49- version = ' 4 .0.0'
49+ version = ' 5 .0.0'
5050 // {x-release-please-end}
5151 project. ext. artifactId = rootProject. ext. projectArtifactId(project)
5252
You can’t perform that action at this time.
0 commit comments