File tree Expand file tree Collapse file tree 3 files changed +19
-3
lines changed
Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1- ## Changelog for Mapbox Java and Android Services
1+ ## Changelog for the Mapbox Java SDK
22
33Mapbox welcomes participation and contributions from everyone.
44
5+ ### v4.9.0-alpha.1 - September 4, 2019
6+
7+ - Fixed up bintray publish script, generate sources and javadoc jars #1065
8+ - Keep * .java files in source.jar artifacts #1064
9+ - Added setup for bintray release process #1037
10+ - Add an API to check if a custom shifter is set. #1062
11+ - Added new nearestPointOnLine default and custom distance unit #1058
12+ - Adjustments to TurfMeasurement#bboxPolygon() to return a Feature instead of Polygon #1055
13+ - Added fuzzyMatch support to MapboxGeocoding #1051
14+ - Add Interceptor support to Directions Refresh API and enable Debug logging #1039
15+ - Add square() api to TurfMeasurement #1019
16+ - Adjusted link to Turf installation instructions #1038
17+ - Removed the last updated line from ported Turf method list #1032
18+ - Making GeoJson extend Serializable #1034
19+ - Add support for Turf envelope #1020
20+
521### v4.8.0 - May 10, 2019
622### v4.8.0-alpha.3 - May 10, 2019
723- Added walking options serialize names adjustments [ #1028 ] ( https://github.com/mapbox/mapbox-java/pull/1028 )
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:4.9 .0-SNAPSHOT'
49+ implementation 'com.mapbox.mapboxsdk:mapbox-sdk-services:4.10 .0-SNAPSHOT'
5050}
5151```
5252
Original file line number Diff line number Diff line change 11# Project-wide Gradle settings.
2- VERSION_NAME =4.9 .0-SNAPSHOT
2+ VERSION_NAME =4.10 .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