Merge pull request #575 from WagicProject/android_travis_sdk_downgrade

Changed Travis build file to use Android API 10 and Android build tools 18.1.1
This commit is contained in:
Dmitry Panin
2013-12-04 00:02:49 -08:00

View File

@@ -13,5 +13,5 @@ install:
- wget http://dl.google.com/android/android-sdk_r22-linux.tgz -nv
- tar --absolute-names -jxf android-ndk-r9-linux-x86_64.tar.bz2
- tar -zxf android-sdk_r22-linux.tgz
- echo yes | $ANDROID update sdk --filter 1,2,3,8 --no-ui --force > log.txt
- echo yes | $ANDROID update sdk -a --filter 1,2,4,18 --no-ui --force > log.txt
script: "./travis-script.sh"