Skip to content

Commit

Permalink
Add the compose UI dependency to the Android guide (#434)
Browse files Browse the repository at this point in the history
* Add the compose UI dependency to the Android guide

* Update guide/src/android-getting-started.md

Co-authored-by: Jacob Fielding <[email protected]>

---------

Co-authored-by: Jacob Fielding <[email protected]>
  • Loading branch information
ianthetechie and Archdoog authored Jan 31, 2025
1 parent be820af commit 302dd9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions guide/src/android-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dependencies {
def ferrostarVersion = 'X.Y.Z'
implementation "com.stadiamaps.ferrostar:core:${ferrostarVersion}"
implementation "com.stadiamaps.ferrostar:maplibreui:${ferrostarVersion}"
implementation "com.stadiamaps.ferrostar:composeui:${ferrostarVersion}"
// Optional - if using Google Play Service's FusedLocation
implementation "com.stadiamaps.ferrostar:google-play-services:${ferrostarVersion}"
Expand Down

0 comments on commit 302dd9f

Please sign in to comment.