Skip to content

Commit 960ff84

Browse files
authored
Merge pull request #8 from ecaijw/patch-1
Update install.md: file name of .gradle-properties is wrong, which should be gradle.properties
2 parents f7ea414 + 839dc21 commit 960ff84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ allprojects {
122122

123123
### Verify MAPBOX_DOWNLOADS_TOKEN in gradle.properties
124124

125-
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:
125+
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:
126126

127127
```bash
128128
grep -R MAPBOX_DOWNLOADS_TOKEN ~/.gradle/gradle.properties

0 commit comments

Comments
 (0)