summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorŁukasz Paczos <lukasz.paczos@mapbox.com>2019-09-06 19:11:18 +0200
committerŁukasz Paczos <lukasz.paczos@mapbox.com>2019-09-06 19:11:18 +0200
commit9f997b8366381970ca981e2bab96a6ab1fe45c1a (patch)
tree322858dc3ec050aff1536e7f50bc896903d4848c
parentaeb7336b87e9e59caf1f434d6202a6e226936b16 (diff)
downloadqtlocation-mapboxgl-upstream/lp-android-camera-api.tar.gz
[android][wip] temporary snapshot release setupupstream/lp-android-camera-api
-rw-r--r--circle.yml2
-rw-r--r--platform/android/MapboxGLAndroidSDK/gradle.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/circle.yml b/circle.yml
index 3293de1aca..e3623a54d0 100644
--- a/circle.yml
+++ b/circle.yml
@@ -732,7 +732,7 @@ jobs:
- deploy:
name: Publish to Bintray
command: |
- if [[ $CIRCLE_BRANCH == master ]] || [[ $CIRCLE_BRANCH == release-* ]] || [[ $CIRCLE_TAG == android-v* ]]; then
+ if [[ $CIRCLE_BRANCH == lp-android-camera-api ]] || [[ $CIRCLE_BRANCH == release-* ]] || [[ $CIRCLE_TAG == android-v* ]]; then
version=$(cat platform/android/MapboxGLAndroidSDK/gradle.properties | grep "VERSION_NAME")
if [[ $version != *"SNAPSHOT"* ]]; then
make run-android-upload-to-bintray
diff --git a/platform/android/MapboxGLAndroidSDK/gradle.properties b/platform/android/MapboxGLAndroidSDK/gradle.properties
index f906453f56..e3fedcde04 100644
--- a/platform/android/MapboxGLAndroidSDK/gradle.properties
+++ b/platform/android/MapboxGLAndroidSDK/gradle.properties
@@ -1,4 +1,4 @@
-VERSION_NAME=8.4.0-SNAPSHOT
+VERSION_NAME=8.5.0-SNAPSHOT
# Only build native dependencies for the current ABI
# See https://code.google.com/p/android/issues/detail?id=221098#c20