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

Update build-tools to 19.0.2

This commit is contained in:
Daniel Martí 2014-02-23 12:21:28 +01:00
parent 45bd80634c
commit 858f89e3ac
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
sdk_path = "/home/vagrant/android-sdk"
ndk_path = "/home/vagrant/android-ndk"
build_tools = "19.0.1"
build_tools = "19.0.2"
ant = "ant"
mvn3 = "mvn"
gradle = "gradle"

View File

@ -32,7 +32,7 @@ end
script "add_build_tools" do
interpreter "bash"
user user
ver = "19.0.1"
ver = "19.0.2"
cwd "/tmp"
code "
if [ -f /vagrant/cache/build-tools/#{ver}.tar.gz ] ; then

View File

@ -57,7 +57,7 @@ def read_config(opts, config_file='config.py'):
defconfig = {
'sdk_path': "$ANDROID_HOME",
'ndk_path': "$ANDROID_NDK",
'build_tools': "19.0.1",
'build_tools': "19.0.2",
'ant': "ant",
'mvn3': "mvn",
'gradle': 'gradle',

View File

@ -9,7 +9,7 @@
# Override the path to the Android NDK, $ANDROID_NDK by default
#ndk_path = "/path/to/android-ndk"
# Build tools version to be used
build_tools = "19.0.1"
build_tools = "19.0.2"
# Command for running Ant
#ant = "/path/to/ant"