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.3
6+
7+ - Introduce setDebugLoggingEnabled API [ #549 ] ( https://github.com/mapbox/mapbox-java/pull/549 )
8+
59### v2.2.2
610
711- Adds setter for session rotation time [ #544 ] ( https://github.com/mapbox/mapbox-java/pull/544 )
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-223 " ]; 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-223 " ]; 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.3
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