Skip to content

Commit 929e227

Browse files
updated changelog and readme for 6.5.0 release (#1443)
1 parent b7b04be commit 929e227

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff 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
4343
repositories {
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
4856
dependencies {

0 commit comments

Comments
 (0)