Skip to content

Commit

Permalink
Android SDK not accepting build-tools-19.0.0 filter
Browse files Browse the repository at this point in the history
  • Loading branch information
smarek committed Dec 28, 2013
1 parent 9c836c6 commit 76eedb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ before_install:
- export PATH=${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools
# manually set sdk.dir variable, according to local paths
- echo "sdk.dir=$ANDROID_HOME" > local.properties
# list packages for debug purpose
- android list sdk -a -e -u
- echo yes | android update sdk -t tools,platform-tools,extra-android-support,extra-android-m2repository,android-19,build-tools-19.0.0 --force --no-ui
# Sonatype bypass
- echo "nexusUsername=dummy" >> library/gradle.properties
Expand Down

0 comments on commit 76eedb2

Please sign in to comment.