Bump build-tools

This commit is contained in:
Daniel Martí 2015-09-05 22:59:35 -04:00
parent f4e96cfd7a
commit 41443edd55
4 changed files with 5 additions and 5 deletions

View file

@ -23,9 +23,9 @@ before_script:
- export ANDROID_HOME=$PWD/android-sdk
- export PATH="$ANDROID_HOME/tools:$PATH"
- echo " == Installing Android SDK components"
- echo y | android -s update sdk --no-ui -a -t platform-tools,tools,build-tools-23.0.0
- echo y | android -s update sdk --no-ui -a -t platform-tools,tools,build-tools-23.0.1
- export PATH="$ANDROID_HOME/platform-tools:$PATH"
- export PATH="$ANDROID_HOME/build-tools/23.0.0:$PATH"
- export PATH="$ANDROID_HOME/build-tools/23.0.1:$PATH"
test:
script: