Skip to content

Commit ed3add4

Browse files
committed
Revert circle / gradle
1 parent ae4dbe7 commit ed3add4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
- deploy:
102102
name: Publish Navigation SDK To Maven Central
103103
command: |
104-
if [ "${CIRCLE_BRANCH}" == "release-v0.15.0" ]; then
104+
if [ "${CIRCLE_BRANCH}" == "master" ]; then
105105
make publish ;
106106
fi
107107
- store_artifacts:

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Project-wide Gradle settings.
2-
VERSION_NAME=0.15.0
2+
VERSION_NAME=0.16.0-SNAPSHOT
33
GROUP=com.mapbox.mapboxsdk
44

55
POM_URL=https://github.com/mapbox/mapbox-navigation-android

0 commit comments

Comments
 (0)