From 662aa2c938892e97373632d234fec152e34e3e2d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Mart=C3=AD?= Date: Tue, 2 Aug 2016 11:12:01 +0200 Subject: [PATCH] all: switch to build-tools 24.0.1 as default --- .travis.yml | 2 +- examples/config.py | 2 +- fdroidserver/common.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index e7b004c0..45a80499 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ install: sudo pip3 install pep8 pyflakes pylint; sudo pip3 install -e .; sudo rm -rf fdroidserver.egg-info; - echo y | android --verbose update sdk --no-ui --all --filter platform-tools,build-tools-24.0.0; + echo y | android --verbose update sdk --no-ui --all --filter platform-tools,build-tools-24.0.1; elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo add-apt-repository ppa:guardianproject/fdroidserver -y; sudo apt-get -q update -y; diff --git a/examples/config.py b/examples/config.py index 255b9c0c..464528db 100644 --- a/examples/config.py +++ b/examples/config.py @@ -21,7 +21,7 @@ # } # Build tools version to be used -# build_tools = "24.0.0" +# build_tools = "24.0.1" # Force all build to use the above version of build -tools, good for testing # builds without having all of the possible build-tools installed. diff --git a/fdroidserver/common.py b/fdroidserver/common.py index b0a27ac4..bbee6c30 100644 --- a/fdroidserver/common.py +++ b/fdroidserver/common.py @@ -59,7 +59,7 @@ default_config = { 'r10e': None, 'r12b': "$ANDROID_NDK", }, - 'build_tools': "24.0.0", + 'build_tools': "24.0.1", 'force_build_tools': False, 'java_paths': None, 'ant': "ant", -- 2.30.2