Revert "Switch to build-tools 19.0.0" - buggy build tools

This reverts commit a81aebb236.
This commit is contained in:
Ciaran Gultnieks 2013-11-13 14:54:38 +00:00
parent 5a0bf1ddfb
commit 0876c52e55
3 changed files with 3 additions and 3 deletions

View file

@ -29,7 +29,7 @@ execute "add-android-home" do
not_if "grep ANDROID_HOME /home/#{user}/.bsenv"
end
%w{19.0.0}.each do |ver|
%w{18.1.1}.each do |ver|
script "add_build_tools_#{ver}" do
interpreter "bash"