You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: INSTALL.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,10 @@ Using the MAS testapp will require a valid [Mapbox access token](https://www.map
23
23
</resources>
24
24
```
25
25
26
-
## 3: Begin developing
26
+
## 3. Add an `SDK_REGISTRY_TOKEN`
27
+
28
+
Add the gradle property or env variable with a **secret token**. The token needs to have the `DOWNLOADS:READ` scope. You can obtain the token from your [Mapbox Account page](https://account.mapbox.com/access-tokens/).
29
+
30
+
## 4: Begin developing
27
31
28
32
We recommend using [Android Studio](https://developer.android.com/studio/index.html) to work on the code base.
0 commit comments