chiark / gitweb /
all: switch to build-tools 24.0.1 as default
authorDaniel Martí <mvdan@mvdan.cc>
Tue, 2 Aug 2016 09:12:01 +0000 (11:12 +0200)
committerDaniel Martí <mvdan@mvdan.cc>
Tue, 2 Aug 2016 09:12:01 +0000 (11:12 +0200)
.travis.yml
examples/config.py
fdroidserver/common.py

index e7b004c0a4945c2cd51f9eae58be69afaf0a795f..45a8049931b5280c9075dcf8f6e2b4ddfa01fae0 100644 (file)
@@ -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;
index 255b9c0cb02459ce5d72b6991ed1569d28dd05e0..464528db682ed42a3c2c68cc6ea89c3687897b83 100644 (file)
@@ -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.
index b0a27ac4634b8e1d824fe03f3e1b0e9743eb58a6..bbee6c305807de63e47011fbcdf7aed3b0e1b34e 100644 (file)
@@ -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",