Mapbox All-in-one template
This commit is contained in:
parent
4fb4aacb8d
commit
38b9ff9a17
6 changed files with 29 additions and 26 deletions
|
@ -13,6 +13,19 @@ dependencyResolutionManagement {
|
|||
maven {
|
||||
url 'https://jitpack.io'
|
||||
}
|
||||
maven {
|
||||
url 'https://api.mapbox.com/downloads/v2/releases/maven'
|
||||
authentication {
|
||||
basic(BasicAuthentication)
|
||||
}
|
||||
credentials {
|
||||
// Do not change the username below.
|
||||
// This should always be `mapbox` (not your username).
|
||||
username = "mapbox"
|
||||
// Use the secret token you stored in gradle.properties as the password
|
||||
password = MAPBOX_DOWNLOADS_TOKEN
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
rootProject.name = "Garmin"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue