mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-06 01:11:07 +03:00
Update to build-tools 19.0.1
This commit is contained in:
parent
3299873b24
commit
087cd6d135
3 changed files with 4 additions and 4 deletions
|
@ -29,7 +29,7 @@ execute "add-android-home" do
|
|||
not_if "grep ANDROID_HOME /home/#{user}/.bsenv"
|
||||
end
|
||||
|
||||
%w{18.1.1}.each do |ver|
|
||||
%w{19.0.1}.each do |ver|
|
||||
|
||||
script "add_build_tools_#{ver}" do
|
||||
interpreter "bash"
|
||||
|
@ -51,7 +51,7 @@ X
|
|||
end
|
||||
end
|
||||
|
||||
# This is currently 18.0.1
|
||||
# This is currently 19.0.1
|
||||
script "add_platform_tools" do
|
||||
interpreter "bash"
|
||||
user user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue