File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33Mapbox welcomes participation and contributions from everyone.
44
5+ ### v2.2.7
6+
7+ - mapbox-android-core dependency [ #622 ] ( https://github.com/mapbox/mapbox-java/pull/622 )
8+ - Add telem audio type support [ #604 ] ( https://github.com/mapbox/mapbox-java/pull/604 )
9+ - Add telem cancel rating and comment track support [ #617 ] ( https://github.com/mapbox/mapbox-java/pull/617 )
10+ - Add telem percent time in foreground and in portrait track support [ #616 ] ( https://github.com/mapbox/mapbox-java/pull/616 )
11+ - Add telem absolute distance to destination support [ #615 ] ( https://github.com/mapbox/mapbox-java/pull/615 )
12+ - Add telem current location engine being used track support [ #605 ] ( https://github.com/mapbox/mapbox-java/pull/605 )
13+ - Get correct volume level [ #600 ] ( https://github.com/mapbox/mapbox-java/pull/600 )
14+ - Flush Navigation Events Manually [ #601 ] ( https://github.com/mapbox/mapbox-java/pull/601 )
15+ - NPE for BatteryStatus [ #602 ] ( https://github.com/mapbox/mapbox-java/pull/602 )
16+
517### v2.2.6
618
719- Fix for Matrix source and destination returning null rather than the true value [ #588 ] ( https://github.com/mapbox/mapbox-java/pull/588 )
Original file line number Diff line number Diff line change @@ -110,13 +110,13 @@ jobs:
110110 - deploy :
111111 name : Publish Java Services To Maven Central
112112 command : |
113- if [ "${CIRCLE_BRANCH}" == "release-2.2.7 " ]; then
113+ if [ "${CIRCLE_BRANCH}" == "master " ]; then
114114 make publish-java ;
115115 fi
116116 - deploy :
117117 name : Publish Android Services To Maven Central
118118 command : |
119- if [ "${CIRCLE_BRANCH}" == "release-2.2.7 " ]; then
119+ if [ "${CIRCLE_BRANCH}" == "master " ]; then
120120 make publish-android ;
121121 fi
122122 - store_artifacts :
Original file line number Diff line number Diff line change 11# Project-wide Gradle settings.
2- VERSION_NAME =2.2.7
2+ VERSION_NAME =2.3.0-SNAPSHOT
33GROUP =com.mapbox.mapboxsdk
44
55POM_URL =https://github.com/mapbox/mapbox-java
You can’t perform that action at this time.
0 commit comments