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+ ### v0.6.1 - September 28, 2017
6+ * Telemetry Updates
7+
58### v0.6.0 - September 21, 2017
69* First iteration of the Navigation UI
710* Optimized Navigation features which were causing slowdowns on long steps - [ 219] ( https://github.com/mapbox/mapbox-navigation-android/pull/219 )
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103103 - deploy :
104104 name : Publish Navigation SDK To Maven Central
105105 command : |
106- if [ "${CIRCLE_BRANCH}" == "release-v0.6.1 " ]; then
106+ if [ "${CIRCLE_BRANCH}" == "master " ]; then
107107 make publish ;
108108 fi
109109 - store_artifacts :
Original file line number Diff line number Diff line change 11# Project-wide Gradle settings.
2- VERSION_NAME =0.6.1
2+ VERSION_NAME =0.7.0-SNAPSHOT
33GROUP =com.mapbox.mapboxsdk
44
55POM_URL =https://github.com/mapbox/mapbox-navigation-android
You can’t perform that action at this time.
0 commit comments