chiark / gitweb /
all: add and switch to build-tools v24
authorDaniel Martí <mvdan@mvdan.cc>
Fri, 24 Jun 2016 15:54:30 +0000 (16:54 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Fri, 24 Jun 2016 16:06:16 +0000 (17:06 +0100)
.travis.yml
examples/config.py
fdroidserver/common.py
makebuildserver

index abdf6d3a532029df2ac84f13ddf1ae924a8d5b11..7c2300dc3f833c868e4f7949bca815c40ce5b4d3 100644 (file)
@@ -27,7 +27,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-23.0.3;
+      echo y | android --verbose update sdk --no-ui --all --filter platform-tools,build-tools-24.0.0;
       elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
       sudo add-apt-repository ppa:guardianproject/fdroidserver -y;
       sudo apt-get -q update -y;
index 5ae2983f8eedaa51e7327e69167487311b58315f..97628e7e0ad8f97d394c75ac1dae9262d667716b 100644 (file)
@@ -20,7 +20,7 @@
 # }
 
 # Build tools version to be used
-# build_tools = "23.0.3"
+# build_tools = "24.0.0"
 
 # 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 f27177fe1f4ad44d28a3add0f8d750c3c36398f6..732d18d2b6adc55222dc8ca2e67c57875abd89cb 100644 (file)
@@ -58,7 +58,7 @@ default_config = {
         'r9b': None,
         'r10e': "$ANDROID_NDK",
     },
-    'build_tools': "23.0.3",
+    'build_tools': "24.0.0",
     'force_build_tools': False,
     'java_paths': None,
     'ant': "ant",
index 44c432569c029548b1b232757453f1e6f0627872..8abe63f4df726ccafe538d4fd6312c2e0f325dd1 100755 (executable)
@@ -177,6 +177,8 @@ cachefiles = [
      '82754f551a6e36eaf516fbdd00c95ff0ccd19f81d1e134125b6ac4916f7ed9b6'),
     ('https://dl.google.com/android/repository/build-tools_r23.0.3-linux.zip',
      'd961663d4a9e128841751c0156548a347c882c081c83942e53788d8949bf34e1'),
+    ('https://dl.google.com/android/repository/build-tools_r24-linux.zip',
+     'b4871f357224c5f660fd2bbee04d8c7d1c187eeddfd9702cc84503529e3b3724'),
     # the binaries that Google uses are here:
     # https://android.googlesource.com/platform/tools/external/gradle/+/studio-1.5/
     ('https://services.gradle.org/distributions/gradle-1.4-bin.zip',