Skip to content

Android getting started guide references outdated Maven artifact IDs #910

Description

@klemensz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions