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

Bump build-tools to 21.0.2

This commit is contained in:
Daniel Martí 2014-10-22 15:01:01 +02:00
parent e3856882b7
commit 57efa16f3f
2 changed files with 2 additions and 2 deletions

View File

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

View File

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