Skip to content

Commit e4ea31a

Browse files
chore(main): release 2.0.0 (#2348)
1 parent 7e0db8c commit e4ea31a

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
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-
".": "1.20.1"
2+
".": "2.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+
## [2.0.0](https://github.com/googlemaps-samples/android-samples/compare/v1.20.1...v2.0.0) (2026-01-28)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* This release upgrades the Maps SDK to v20.0.0, which may require code changes for the new renderer and other API adjustments.
9+
10+
### Features
11+
12+
* update to Maps SDK 2.0.0 ([#2346](https://github.com/googlemaps-samples/android-samples/issues/2346)) ([7e0db8c](https://github.com/googlemaps-samples/android-samples/commit/7e0db8ca3738f30915371ba2f890734f1ab849e7))
13+
314
## [1.20.1](https://github.com/googlemaps-samples/android-samples/compare/v1.20.0...v1.20.1) (2026-01-07)
415

516

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ minSdk = "24"
55
compileSdk = "36"
66
targetSdk = "36"
77
versionCode = "1"
8-
versionName = "1.20.1" # {x-release-please-version}
8+
versionName = "2.0.0" # {x-release-please-version}
99
javaVersion = "17"
1010

1111
# Kotlin & Coroutines

0 commit comments

Comments
 (0)