1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00

Switch to build-tools 19.0.0

This commit is contained in:
Daniel Martí 2013-11-04 16:09:45 +01:00
parent 1ef3e2408a
commit a81aebb236
3 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -1,6 +1,6 @@
sdk_path = "/home/vagrant/android-sdk"
ndk_path = "/home/vagrant/android-ndk"
build_tools = "18.1.1"
build_tools = "19.0.0"
javacc_path = "/usr/share/java"
mvn3 = "mvn"
gradle = "gradle"

View File

@ -10,7 +10,7 @@ sdk_path = "/path/to/android-sdk-linux_86"
ndk_path = "/path/to/android-ndk-r9"
# Build tools version to be used
build_tools = "18.1.1"
build_tools = "19.0.0"
# Path to Android Java SWT ($ANDROID_SWT)
javacc_path = "/usr/share/java"