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 136aa1a commit 71f3a6aCopy full SHA for 71f3a6a
2 files changed
CHANGELOG.md
@@ -4,6 +4,11 @@ Mapbox welcomes participation and contributions from everyone.
4
5
### master
6
7
+### 5.3.0 - June 15, 2020
8
+
9
+- [turf] Ported TurfMeasurement.center() method (#1150)
10
+- [geojson] move gson package to com.mapbox.geojson.internal (#1153)
11
12
### 5.2.1 - May 13, 2020
13
14
- Update maneuver modifier type to be public (#1146)
README.md
@@ -46,7 +46,7 @@ repositories {
46
}
47
48
dependencies {
49
- implementation 'com.mapbox.mapboxsdk:mapbox-sdk-services:5.3.0-SNAPSHOT'
+ implementation 'com.mapbox.mapboxsdk:mapbox-sdk-services:5.4.0-SNAPSHOT'
50
51
```
52
0 commit comments