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

Bump build-tools to 22.0.1

This commit is contained in:
Daniel Martí 2015-06-18 16:56:08 +02:00
parent 1fa9ec60a1
commit e608975f78
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ ndk_paths = {
'r9b': "/home/vagrant/android-ndk/r9b",
'r10d': "/home/vagrant/android-ndk/r10d"
}
build_tools = "22.0.0"
build_tools = "22.0.1"
ant = "ant"
mvn3 = "mvn"
gradle = "gradle"

View File

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

View File

@ -15,7 +15,7 @@ ndk_paths = {
}
# Build tools version to be used
build_tools = "22.0.0"
build_tools = "22.0.1"
# Command or path to binary for running Ant
ant = "ant"

View File

@ -53,7 +53,7 @@ default_config = {
'r9b': None,
'r10d': "$ANDROID_NDK"
},
'build_tools': "22.0.0",
'build_tools': "22.0.1",
'ant': "ant",
'mvn3': "mvn",
'gradle': 'gradle',