This repository hosts annotation processors and module providers for Mapbox modular SDKs.
For documentation see MODULARIZATION.md.
Before installing the SDK, you will need to gather sensitive information from your Mapbox account.
If you don't have a Mapbox account: sign up and navigate to your Account page.
You'll need a secret access token with the Downloads:Read
scope:
Downloads:Read
scope is checked.You should not expose these access tokens in publicly-accessible source code where unauthorized users might find them. Instead, you should store them somewhere safe on your computer and take advantage of Gradle properties to make sure they're only added when your app is compiled. Once this configuration step has been completed, you will be able to reference your credentials in other parts of your app.