File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ Mapbox welcomes participation and contributions from everyone.
44
55### master
66
7+ ### 5.7.0 - October 1, 2020
8+
9+ - Adjust javadoc info about Turf circle methods [ #1192 ] ( https://github.com/mapbox/mapbox-java/pull/1192 )
10+ - Bump retrofit to 2.7.2 to be android API 30 compatible [ #1194 ] ( https://github.com/mapbox/mapbox-java/pull/1194 )
11+ - Add ` tunnelName ` field to ` StepIntersection ` [ #1197 ] ( https://github.com/mapbox/mapbox-java/pull/1197 )
12+
713### 5.7.0-beta - September 23, 2020
814- Exposed border crossings, rest stops and toll collection points [ #1188 ] ( https://github.com/mapbox/mapbox-java/pull/1188 )
915
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ repositories {
4646}
4747
4848dependencies {
49- implementation 'com.mapbox.mapboxsdk:mapbox-sdk-services:5.7 .0-SNAPSHOT'
49+ implementation 'com.mapbox.mapboxsdk:mapbox-sdk-services:5.8 .0-SNAPSHOT'
5050}
5151```
5252
Original file line number Diff line number Diff line change 11# Project-wide Gradle settings.
2- VERSION_NAME =5.7 .0-SNAPSHOT
2+ VERSION_NAME =5.8 .0-SNAPSHOT
33
44# Specifies the JVM arguments used for the daemon process.
55# The setting is particularly useful for tweaking memory settings.
You can’t perform that action at this time.
0 commit comments