From d2e41f98c381d802e369259ee1ec969cfc782a49 Mon Sep 17 00:00:00 2001 From: Rolz73 Date: Tue, 3 Dec 2013 02:36:11 -0500 Subject: [PATCH] Changed Travis build file to use Android API 10 and Android build tools 18.1.1 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9430365de..74d65210f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"