Skip to content

Commit 4cbb2ca

Browse files
chore(main): release 5.0.0
1 parent 8daf5b7 commit 4cbb2ca

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.0.0"
2+
".": "5.0.0"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ If you are using the Places SDK through Google Play Services:
3333

3434
```groovy
3535
dependencies {
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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ext.projectArtifactId = { project ->
4646
allprojects {
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

0 commit comments

Comments
 (0)