We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60b5c23 commit ff7fda7Copy full SHA for ff7fda7
2 files changed
CHANGELOG.md
@@ -3,6 +3,8 @@
3
Mapbox welcomes participation and contributions from everyone.
4
5
### main
6
+
7
+### v6.8.0 - September 29, 2022
8
- Replaced `TurfSimplify#simplify` with `TurfTransformation#simplify`. [#1496](https://github.com/mapbox/mapbox-java/pull/1496)
9
- Deprecated `PolylineUtils#simplify` in favour of `TurfTransformation#simplify`. [#1496](https://github.com/mapbox/mapbox-java/pull/1496)
10
README.md
@@ -50,7 +50,7 @@ repositories {
50
}
51
52
dependencies {
53
- implementation 'com.mapbox.mapboxsdk:mapbox-sdk-services:6.8.0-SNAPSHOT'
+ implementation 'com.mapbox.mapboxsdk:mapbox-sdk-services:6.9.0-SNAPSHOT'
54
55
```
56
0 commit comments