1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-07 09:50:07 +02:00

Update build-tools to 21.1.1

This commit is contained in:
Daniel Martí 2014-12-12 12:39:12 +01:00
parent e10b2dd382
commit aaf36f654d
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 = "21.0.2"
build_tools = "21.1.1"
ant = "ant"
mvn3 = "mvn"
gradle = "gradle"

View File

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

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 = "21.0.2"
build_tools = "21.1.1"
# Command for running Ant
# ant = "/path/to/ant"

View File

@ -42,7 +42,7 @@ env = None
default_config = {
'sdk_path': "$ANDROID_HOME",
'ndk_path': "$ANDROID_NDK",
'build_tools': "21.0.2",
'build_tools': "21.1.1",
'ant': "ant",
'mvn3': "mvn",
'gradle': 'gradle',