File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed 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.6.0 - September 16, 2020
8+
9+ Add fields to ` StepIntersection ` :
10+ - ` geometryIndex ` [ #1181 ] ( https://github.com/mapbox/mapbox-java/pull/1181 )
11+ - ` isUrban ` , ` MapboxStreetsV8 ` [ #1182 ] ( https://github.com/mapbox/mapbox-java/pull/1182 )
12+
713### 5.5.0 - September 3, 2020
814
915- Update VERSION_NAME: 5.4.1-SNAPSHOT -> 5.5.0-SNAPSHOT ((#1173 )
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.6 .0-SNAPSHOT'
49+ implementation 'com.mapbox.mapboxsdk:mapbox-sdk-services:5.7 .0-SNAPSHOT'
5050}
5151```
5252
Original file line number Diff line number Diff line change 11# Project-wide Gradle settings.
2- VERSION_NAME =5.6 .0-SNAPSHOT
2+ VERSION_NAME =5.7 .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