chiark / gitweb /
Add and switch to build-tools 23.0.3
authorDaniel Martí <mvdan@mvdan.cc>
Tue, 5 Apr 2016 09:49:30 +0000 (10:49 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Tue, 5 Apr 2016 09:49:30 +0000 (10:49 +0100)
Also bump to the CI image which contains it.

.gitlab-ci.yml
.travis.yml
buildserver/cookbooks/android-sdk/recipes/default.rb
examples/config.py
fdroidserver/common.py
makebuildserver

index b4ef1297989640188434b48919b7e2f57c6bab21..c585e7dedf50424bf29f19ed05b7f76c9db27725 100644 (file)
@@ -1,4 +1,4 @@
-image: mvdan/fdroid-ci:base-20160329
+image: mvdan/fdroid-ci:base-20160405
 
 test:
   script:
index 8fe558745cded8daa60328bd665c22764c885d1c..f0b25ad117652681819010755cc9c2268ecd2b41 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.2;
+      echo y | android --verbose update sdk --no-ui --all --filter platform-tools,build-tools-23.0.3;
       elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
       sudo add-apt-repository ppa:guardianproject/fdroidserver -y;
       sudo apt-get -q update -y;
index 98aa4dc39282eb7aad0b1a492f9901aac73d9c96..7e76930b8289b985e9376e22a81b467646a32875 100644 (file)
@@ -62,7 +62,7 @@ end
 
 %w{17.0.0 18.0.1 18.1.0 18.1.1 19.0.0 19.0.1 19.0.2 19.0.3 19.1.0
     20.0.0 21.0.0 21.0.1 21.0.2 21.1.0 21.1.1 21.1.2 22.0.0 22.0.1
-    23.0.0 23.0.1 23.0.2
+    23.0.0 23.0.1 23.0.2 23.0.3
 }.each do |ver|
   script "add_btools_#{ver}" do
     interpreter "bash"
index f022c2b0a76010aa5992eb0b1f444d2de671b888..56ed7b86cd3c4172da07c5c9316a97bc5a771a06 100644 (file)
@@ -23,7 +23,7 @@
 # }
 
 # Build tools version to be used
-# build_tools = "23.0.2"
+# build_tools = "23.0.3"
 
 # Command or path to binary for running Ant
 # ant = "ant"
index 67ef0c087a3436bba46975b165ef902f0b4ed656..8693764073d25919466e00bca3e47080a6aa4086 100644 (file)
@@ -58,7 +58,7 @@ default_config = {
         'r9b': None,
         'r10e': "$ANDROID_NDK",
     },
-    'build_tools': "23.0.2",
+    'build_tools': "23.0.3",
     'java_paths': None,
     'ant': "ant",
     'mvn3': "mvn",
index 98294335a2548330e7d8fb1b549e33f94162515e..1fa18343d8f3982eec20dc18a68974b1d7538f74 100755 (executable)
@@ -214,6 +214,9 @@ cachefiles = [
     ('build-tools-23.0.2.zip',
      'https://dl.google.com/android/repository/build-tools_r23.0.2-linux.zip',
      '82754f551a6e36eaf516fbdd00c95ff0ccd19f81d1e134125b6ac4916f7ed9b6'),
+    ('build-tools-23.0.3.zip',
+     'https://dl.google.com/android/repository/build-tools_r23.0.3-linux.zip',
+     'd961663d4a9e128841751c0156548a347c882c081c83942e53788d8949bf34e1'),
     # the binaries that Google uses are here:
     # https://android.googlesource.com/platform/tools/external/gradle/+/studio-1.5/
     ('gradle-1.4-bin.zip',