Skip to content

Commit 70ecb01

Browse files
chore(main): release 2.0.2
1 parent aa1e320 commit 70ecb01

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-
".": "2.0.1"
2+
".": "2.0.2"
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+
## [2.0.2](https://github.com/googlemaps-samples/android-samples/compare/v2.0.1...v2.0.2) (2026-03-26)
4+
5+
6+
### Bug Fixes
7+
8+
* **idx:** remove incorrect default subdir causing build errors ([#2371](https://github.com/googlemaps-samples/android-samples/issues/2371)) ([aa1e320](https://github.com/googlemaps-samples/android-samples/commit/aa1e3208df01e59aabafb7d75ec6534a6520e0d3))
9+
310
## [2.0.1](https://github.com/googlemaps-samples/android-samples/compare/v2.0.0...v2.0.1) (2026-02-03)
411

512

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 = "2.0.1" # {x-release-please-version}
8+
versionName = "2.0.2" # {x-release-please-version}
99
javaVersion = "17"
1010

1111
# Kotlin & Coroutines

0 commit comments

Comments
 (0)