mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-14 19:20:29 +03:00
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:
parent
8d1db23eee
commit
efcf850247
6 changed files with 26 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue