chiark / gitweb /
all: bump to build-tools 24.0.2
authorDaniel Martí <mvdan@mvdan.cc>
Sat, 10 Sep 2016 09:43:04 +0000 (11:43 +0200)
committerDaniel Martí <mvdan@mvdan.cc>
Sat, 10 Sep 2016 09:45:39 +0000 (11:45 +0200)
Update the docker image to include it there too.

.gitlab-ci.yml
.travis.yml
examples/config.py
fdroidserver/common.py

index 087aafc2c64fbf707aa1afd9002d951ee41e805c..8f992e7a1b2ecd114823e9a0954ff235f6498387 100644 (file)
@@ -1,4 +1,4 @@
-image: mvdan/fdroid-ci:server-20160820
+image: mvdan/fdroid-ci:server-20160909
 
 test:
   script:
index 45a8049931b5280c9075dcf8f6e2b4ddfa01fae0..28809377fd551c6042fd57faafea218bd81aca0c 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.1;
+      echo y | android --verbose update sdk --no-ui --all --filter platform-tools,build-tools-24.0.2;
       elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
       sudo add-apt-repository ppa:guardianproject/fdroidserver -y;
       sudo apt-get -q update -y;
index 43eceb1d8bd365770764b2d16df24c3bcd17a330..c5235ec600bc3c2e417a194924a48c327fae21e7 100644 (file)
@@ -22,7 +22,7 @@
 # }
 
 # Build tools version to be used
-# build_tools = "24.0.1"
+# build_tools = "24.0.2"
 
 # 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 6f12b60bd078f6e5f6688c614483287229a11983..ef7a1aebbcf30345f2f0a73d4f765978467f99b1 100644 (file)
@@ -60,7 +60,7 @@ default_config = {
         'r11c': None,
         'r12b': "$ANDROID_NDK",
     },
-    'build_tools': "24.0.1",
+    'build_tools': "24.0.2",
     'force_build_tools': False,
     'java_paths': None,
     'ant': "ant",