diff options
author | Leith Bade <leith@mapbox.com> | 2015-08-18 11:19:05 +1000 |
---|---|---|
committer | Leith Bade <leith@mapbox.com> | 2015-08-18 16:17:24 +1000 |
commit | ea609df0c40c9e041726787c23746a6f5887aeb7 (patch) | |
tree | d491213fa2eab86f8326e94bf853affb46140556 /.travis.yml | |
parent | 8e51c550b2a379011ef75d81518f33b0945cb12e (diff) | |
download | qtlocation-mapboxgl-ea609df0c40c9e041726787c23746a6f5887aeb7.tar.gz |
Update to Android API 23 for Android M
Closes #2104
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 79f328e25b..b427353189 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-22.0.1', 'android-22', 'extra' ] + components: [ 'build-tools-23', 'android-23', 'extra' ] addons: apt: packages: [ 'lib32stdc++6' ] - os: linux env: FLAVOR=android ANDROID_ABI=arm-v7 BUILDTYPE=Debug android: - components: [ 'build-tools-22.0.1', 'android-22', 'extra' ] + components: [ 'build-tools-23', 'android-23', 'extra' ] addons: apt: packages: [ 'lib32stdc++6' ] - os: linux env: FLAVOR=android ANDROID_ABI=arm-v8 BUILDTYPE=Release android: - components: [ 'build-tools-22.0.1', 'android-22', 'extra' ] + components: [ 'build-tools-23', 'android-23', 'extra' ] addons: apt: packages: [ 'lib32stdc++6' ] - os: linux env: FLAVOR=android ANDROID_ABI=x86 BUILDTYPE=Release android: - components: [ 'build-tools-22.0.1', 'android-22', 'extra' ] + components: [ 'build-tools-23', 'android-23', 'extra' ] addons: apt: packages: [ 'lib32stdc++6' ] |