The Android getting started guide still uses the pre-0.48.1 artifact IDs in the Gradle examples:
com.stadiamaps.ferrostar:maplibreui
com.stadiamaps.ferrostar:composeui
These should now be:
com.stadiamaps.ferrostar:ui-maplibre
com.stadiamaps.ferrostar:ui-compose
Affected page:
https://stadiamaps.github.io/ferrostar/android-getting-started.html
This appears in both the explicit implementation example and the libs.versions.toml example. The old IDs can cause new Android users following the guide to fail dependency resolution when using current Ferrostar releases.
The Android getting started guide still uses the pre-0.48.1 artifact IDs in the Gradle examples:
These should now be:
Affected page:
https://stadiamaps.github.io/ferrostar/android-getting-started.html
This appears in both the explicit implementation example and the libs.versions.toml example. The old IDs can cause new Android users following the guide to fail dependency resolution when using current Ferrostar releases.