mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-06 01:11:07 +03:00
Switch to build-tools 19.0.0
This commit is contained in:
parent
1ef3e2408a
commit
a81aebb236
3 changed files with 3 additions and 3 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.0}.each do |ver|
|
||||
|
||||
script "add_build_tools_#{ver}" do
|
||||
interpreter "bash"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue