From: Thomas Müller Date: Thu, 13 Mar 2014 10:00:51 +0000 (+0100) Subject: Update required APIs X-Git-Tag: oc-android-1.5.5~12^2~5 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/2e03bef227eb35be7c2c1fc55e2739ded427769e?ds=inline;hp=--cc Update required APIs --- 2e03bef227eb35be7c2c1fc55e2739ded427769e diff --git a/.travis.yml b/.travis.yml index cf26d75b..7cffca08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ before_install: # Install base Android SDK - sudo apt-get update -qq - sudo apt-get install -qq libstdc++6:i386 lib32z1 - - export COMPONENTS=build-tools-18.1.0,android-16,sysimg-16,extra-android-support + - export COMPONENTS=build-tools-18.1.0,android-16,android-17,android-19,sysimg-16,extra-android-support - curl -L https://raw.github.com/embarkmobile/android-sdk-installer/master/android-sdk-installer | bash /dev/stdin --install=$COMPONENTS - source ~/.android-sdk-installer/env