enviroCar / enviroCar-app

enviroCar Android Application
https://envirocar.org
GNU General Public License v3.0
88 stars 154 forks source link

Provide mapbox installation information #886

Closed SebaDro closed 2 years ago

SebaDro commented 2 years ago

Description Since the JCenter repository will be shut down, some dependencies for the mapbox SDK won't be pulled automatically anymore. Hence, with 88023a4b we changed to the mapbox Maven repository in order to resolve these dependencies. However, this strategy requires a mapbox account and placing credentials within local gradle.properties. The required steps for getting started should be documented within the README.md. For further details, have a look at: https://docs.mapbox.com/android/maps/guides/install/

Branches master, develop

cdhiraj40 commented 2 years ago

@SebaDro I can give it a try to this, as many contributors will come soon. It will be really helpful for them :)

SebaDro commented 2 years ago

Fixed by #889