Closed kikoso closed 4 months ago
Overall Project | 21.74% -0.22% |
:x: |
---|---|---|
Files changed | 73.98% | :green_apple: |
File | Coverage | |
---|---|---|
BasicMapActivity.kt | 75.54% -1.04% |
:green_apple: |
:tada: This issue has been resolved in version 6.0.0 :tada:
The release is available on:
v6.0.0
Your semantic-release bot :package::rocket:
This breaks lite-mode usage; see #601.
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