File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ Mapbox welcomes participation and contributions from everyone.
44
55### main
66
7+ ### v6.5.0 - May 25, 2022
8+ - No additional changes
9+
710### v6.5.0-beta.6 - May 17, 2022
811- Added ` max_weight ` field to ` RouteOptions ` to provide max vehicle weight, metric tons. [ #1439 ] ( https://github.com/mapbox/mapbox-java/pull/1439 )
912
Original file line number Diff line number Diff line change @@ -41,8 +41,16 @@ If you want to test recent bugfixes or features that have not been packaged in a
4141
4242``` gradle
4343repositories {
44- jcenter()
45- maven { url 'https://oss.jfrog.org/artifactory/oss-snapshot-local/' }
44+ maven {
45+ url 'https://api.mapbox.com/downloads/v2/snapshots/maven'
46+ authentication {
47+ basic(BasicAuthentication)
48+ }
49+ credentials {
50+ username = "mapbox"
51+ password = "{secret Mapbox token with DOWNLOADS:READ scope, the same as the token used for the release repository}"
52+ }
53+ }
4654}
4755
4856dependencies {
You can’t perform that action at this time.
0 commit comments