summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2015-09-11 12:12:03 +1000
committerLeith Bade <leith@mapbox.com>2015-09-11 12:14:45 +1000
commit344a7b2ffdd449642ce2a78b0d438611dd0773dd (patch)
tree3c2de9fff425ac38543d9c74ab4ae597ef5f2cf1 /.travis.yml
parenta9b163fadcf24d7e9754044e10789f42969c7638 (diff)
downloadqtlocation-mapboxgl-344a7b2ffdd449642ce2a78b0d438611dd0773dd.tar.gz
Update to Android build tools 23.0.1
Closes #2303
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index d16643364f..f3a8308499 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,28 +33,28 @@ matrix:
- os: linux
env: FLAVOR=android ANDROID_ABI=arm-v7 BUILDTYPE=Release
android:
- components: [ 'build-tools-23', 'android-23', 'extra-android-m2repository', 'extra-android-support', 'extra-google-m2repository' ]
+ components: [ 'build-tools-23.0.1', 'android-23', 'extra-android-m2repository', 'extra-android-support', 'extra-google-m2repository' ]
addons:
apt:
packages: [ 'lib32stdc++6' ]
- os: linux
env: FLAVOR=android ANDROID_ABI=arm-v7 BUILDTYPE=Debug
android:
- components: [ 'build-tools-23', 'android-23', 'extra-android-m2repository', 'extra-android-support', 'extra-google-m2repository' ]
+ components: [ 'build-tools-23.0.1', 'android-23', 'extra-android-m2repository', 'extra-android-support', 'extra-google-m2repository' ]
addons:
apt:
packages: [ 'lib32stdc++6' ]
- os: linux
env: FLAVOR=android ANDROID_ABI=arm-v8 BUILDTYPE=Release
android:
- components: [ 'build-tools-23', 'android-23', 'extra-android-m2repository', 'extra-android-support', 'extra-google-m2repository' ]
+ components: [ 'build-tools-23.0.1', 'android-23', 'extra-android-m2repository', 'extra-android-support', 'extra-google-m2repository' ]
addons:
apt:
packages: [ 'lib32stdc++6' ]
- os: linux
env: FLAVOR=android ANDROID_ABI=x86 BUILDTYPE=Release
android:
- components: [ 'build-tools-23', 'android-23', 'extra-android-m2repository', 'extra-android-support', 'extra-google-m2repository' ]
+ components: [ 'build-tools-23.0.1', 'android-23', 'extra-android-m2repository', 'extra-android-support', 'extra-google-m2repository' ]
addons:
apt:
packages: [ 'lib32stdc++6' ]