Skip to content

Commit

Permalink
Merge pull request #8 from ecaijw/patch-1
Browse files Browse the repository at this point in the history
Update install.md: file name of .gradle-properties is wrong, which should be gradle.properties
  • Loading branch information
mfazekas authored Aug 28, 2024
2 parents f7ea414 + 839dc21 commit 960ff84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ allprojects {

### Verify MAPBOX_DOWNLOADS_TOKEN in gradle.properties

Make sure your global `.gradle-properties` is configured with your secret access token, as described by the [mapbox docs](https://docs.mapbox.com/android/maps/guides/install/#configure-credentials). To verify execute:
Make sure your global `gradle.properties` is configured with your secret access token, as described by the [mapbox docs](https://docs.mapbox.com/android/maps/guides/install/#configure-credentials). To verify execute:

```bash
grep -R MAPBOX_DOWNLOADS_TOKEN ~/.gradle/gradle.properties
Expand Down

0 comments on commit 960ff84

Please sign in to comment.