Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ jobs:
- deploy:
name: Publish to Maven
command: |
if [ "${CIRCLE_BRANCH}" == "release-ios-v3.6.0-android-v5.1.0" ]; then make run-android-upload-archives ; fi
if [ "${CIRCLE_BRANCH}" == "master" ]; then make run-android-upload-archives ; fi


# ------------------------------------------------------------------------------
Expand Down Expand Up @@ -557,7 +557,7 @@ jobs:
linux-gcc5-release-qt5:
docker:
- image: mbgl/ci:r4-linux-gcc-5-qt-5
resource_class: large
resource_class: large
working_directory: /src
environment:
LIBSYSCONFCPUS: 4
Expand Down
2 changes: 1 addition & 1 deletion platform/android/MapboxGLAndroidSDK/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.mapbox.mapboxsdk
VERSION_NAME=5.2.0-SNAPSHOT
VERSION_NAME=5.2.0-beta-SNAPSHOT

POM_DESCRIPTION=Mapbox GL Android SDK
POM_URL=https://github.com/mapbox/mapbox-gl-native
Expand Down