From a38e1daec700ebae33fce619295d004a0b8c1fb3 Mon Sep 17 00:00:00 2001 From: xawotihs Date: Sun, 23 Nov 2014 12:44:22 +0100 Subject: [PATCH] Updated Android build tools to 21.1.1 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 891c0a654..ece4fd393 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ install: - tar --absolute-names -jxf android-ndk-r9-linux-x86_64.tar.bz2 - tar -zxf android-sdk_r23.0.2-linux.tgz - $ANDROID list sdk --extended -a -- echo yes | $ANDROID update sdk --filter tools,platform-tools,build-tools-20.0.0,android-10 --no-ui --force --no-https +- echo yes | $ANDROID update sdk --filter tools,platform-tools,build-tools-21.1.1,android-10 --no-ui --force --no-https - sudo pip install pyjavaproperties - sudo pip install github3.py