diff options
author | Leith Bade <leith@mapbox.com> | 2015-05-06 08:46:50 +1000 |
---|---|---|
committer | Leith Bade <leith@mapbox.com> | 2015-05-06 20:48:11 +1000 |
commit | 8e1654ca13b6c8485c3c505c7a1f81ba833d7540 (patch) | |
tree | 481d2d6d0a878ce332c40d6679ba8a1433fc9552 /.travis.yml | |
parent | fd099593dc0a8fe8cb156fa22bf3739a7c325036 (diff) | |
download | qtlocation-mapboxgl-8e1654ca13b6c8485c3c505c7a1f81ba833d7540.tar.gz |
Update to lastest Android SDK
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index b2dae3cf00..2f50535cc9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,35 +31,35 @@ matrix: - os: linux env: FLAVOR=android ANDROID_ABI=arm-v7 BUILDTYPE=Release android: - components: [ 'build-tools-22.0.0', 'android-22', 'extra' ] + components: [ 'build-tools-22.0.1', 'android-22', 'extra' ] addons: apt: packages: [ 'lib32stdc++6' ] - os: linux env: FLAVOR=android ANDROID_ABI=arm-v7 BUILDTYPE=Debug android: - components: [ 'build-tools-22.0.0', 'android-22', 'extra' ] + components: [ 'build-tools-22.0.1', 'android-22', 'extra' ] addons: apt: packages: [ 'lib32stdc++6' ] - os: linux env: FLAVOR=android ANDROID_ABI=arm-v8 BUILDTYPE=Release android: - components: [ 'build-tools-22.0.0', 'android-22', 'extra' ] + components: [ 'build-tools-22.0.1', 'android-22', 'extra' ] addons: apt: packages: [ 'lib32stdc++6' ] - os: linux env: FLAVOR=android ANDROID_ABI=x86 BUILDTYPE=Release android: - components: [ 'build-tools-22.0.0', 'android-22', 'extra' ] + components: [ 'build-tools-22.0.1', 'android-22', 'extra' ] addons: apt: packages: [ 'lib32stdc++6' ] - os: linux env: FLAVOR=android ANDROID_ABI=mips BUILDTYPE=Release android: - components: [ 'build-tools-22.0.0', 'android-22', 'extra' ] + components: [ 'build-tools-22.0.1', 'android-22', 'extra' ] addons: apt: packages: [ 'lib32stdc++6' ] |