Update many android tools

* Gradle from 1.7 to 1.8
* Android SDK from 21.0.1 to 22.2.1
* SDK Build Tools from 18.0.1 to 18.1.1
* Added legacy toolchains to NDK r9
This commit is contained in:
Daniel Martí 2013-10-17 15:29:52 +02:00
parent 8d1db23eee
commit efcf850247
6 changed files with 26 additions and 16 deletions

View file

@ -19,8 +19,8 @@ script "install-gradle" do
cwd "/tmp"
interpreter "bash"
code "
unzip /vagrant/cache/gradle-1.7-bin.zip
mv gradle-1.7 /opt/gradle
unzip /vagrant/cache/gradle-1.8-bin.zip
mv gradle-1.8 /opt/gradle
"
not_if "test -d /opt/gradle"
end