googlemaps / android-maps-compose

Jetpack Compose composables for the Maps SDK for Android
https://developers.google.com/maps/documentation/android-sdk/maps-compose
Apache License 2.0
1.16k stars 143 forks source link

feat!: added MapColorScheme #591

Closed kikoso closed 4 months ago

kikoso commented 4 months ago

The current PR adds support to the MapColorScheme released in the Maps SDK 19.0.0

This is technically a breaking change, since we are adding a new parameter to the Composable and we might have folks using named parameters. So I used the chance to move the modifier into its first position, to follow the Lint warnings and the Compose good practices guideline.

Also, adding 19.0.0 requires us to change some of our Java requirements - from 1.8 to 17

googlemaps-bot commented 4 months ago

Code Coverage

Overall Project 21.74% -0.22% :x:
Files changed 73.98% :green_apple:


File Coverage
BasicMapActivity.kt 75.54% -1.04% :green_apple:
googlemaps-bot commented 4 months ago

:tada: This issue has been resolved in version 6.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

tadfisher commented 4 months ago

This breaks lite-mode usage; see #601.