We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de6e87b commit ea43474Copy full SHA for ea43474
CHANGELOG.md
@@ -4,6 +4,9 @@ Mapbox welcomes participation and contributions from everyone.
4
5
### main
6
7
+### v6.0.1 - November 04, 2021
8
+- Refactoring related to URL building for `RouteOptions.toUrl`. [#1313](https://github.com/mapbox/mapbox-java/pull/1314)
9
+
10
### v6.0.0 - October 13, 2021
11
- No additional changes.
12
README.md
@@ -46,7 +46,7 @@ repositories {
46
}
47
48
dependencies {
49
- implementation 'com.mapbox.mapboxsdk:mapbox-sdk-services:6.0.0-SNAPSHOT'
+ implementation 'com.mapbox.mapboxsdk:mapbox-sdk-services:6.0.1-SNAPSHOT'
50
51
```
52
0 commit comments