We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39a040f commit 007dea9Copy full SHA for 007dea9
2 files changed
circle.yml
@@ -103,7 +103,7 @@ jobs:
103
- deploy:
104
name: Publish Navigation SDK To Maven Central
105
command: |
106
- if [ "${CIRCLE_BRANCH}" == "master" ]; then
+ if [ "${CIRCLE_BRANCH}" == "release-v0.6.1" ]; then
107
make publish ;
108
fi
109
- store_artifacts:
navigation/gradle.properties
@@ -1,5 +1,5 @@
1
# Project-wide Gradle settings.
2
-VERSION_NAME=0.7.0-SNAPSHOT
+VERSION_NAME=0.6.1
3
GROUP=com.mapbox.mapboxsdk
4
5
POM_URL=https://github.com/mapbox/mapbox-navigation-android
0 commit comments