Skip to content

Commit 78137ef

Browse files
chore(main): release 4.4.0 (#1690)
1 parent 12ac29a commit 78137ef

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.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.3.0"
2+
".": "4.4.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [4.4.0](https://github.com/googlemaps/android-maps-utils/compare/v4.3.0...v4.4.0) (2026-05-20)
4+
5+
6+
### Features
7+
8+
* add navigation flavor to demo for SDK 7.x reproduction ([#1680](https://github.com/googlemaps/android-maps-utils/issues/1680)) ([12ac29a](https://github.com/googlemaps/android-maps-utils/commit/12ac29a3db8c96bd34536581f5f5cf665a9c4f76))
9+
310
## [4.3.0](https://github.com/googlemaps/android-maps-utils/compare/v4.2.0...v4.3.0) (2026-04-24)
411

512

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ tasks.register<Exec>("installAndLaunch") {
4545
allprojects {
4646
group = "com.google.maps.android"
4747
// {x-release-please-start-version}
48-
version = "4.3.0"
48+
version = "4.4.0"
4949
// {x-release-please-end}
5050
}

0 commit comments

Comments
 (0)