mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 23:10:29 +03:00
Android sdk from 22.2.1 to 22.3
This commit is contained in:
parent
f16f8a4313
commit
4db24c43f2
2 changed files with 4 additions and 4 deletions
|
|
@ -8,7 +8,7 @@ script "setup-android-sdk" do
|
|||
user user
|
||||
cwd "/tmp"
|
||||
code "
|
||||
tar zxvf /vagrant/cache/android-sdk_r22.2.1-linux.tgz
|
||||
tar zxvf /vagrant/cache/android-sdk_r22.3-linux.tgz
|
||||
mv android-sdk-linux #{sdk_loc}
|
||||
#{sdk_loc}/tools/android update sdk --no-ui -t platform-tool
|
||||
#{sdk_loc}/tools/android update sdk --no-ui -t tool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue