chiark / gitweb /
Bump build-tools
authorDaniel Martí <mvdan@mvdan.cc>
Sun, 6 Sep 2015 02:59:35 +0000 (22:59 -0400)
committerDaniel Martí <mvdan@mvdan.cc>
Sun, 6 Sep 2015 03:02:03 +0000 (23:02 -0400)
.gitlab-ci.yml
buildserver/cookbooks/android-sdk/recipes/default.rb
examples/config.py
fdroidserver/common.py

index 09854c87392aa66ce5d73f0fd42aff36b5974c7a..a66d2d5959070e91c1203161f912e31912a41c3e 100644 (file)
@@ -23,9 +23,9 @@ before_script:
   - export ANDROID_HOME=$PWD/android-sdk
   - export PATH="$ANDROID_HOME/tools:$PATH"
   - echo " == Installing Android SDK components"
-  - echo y | android -s update sdk --no-ui -a -t platform-tools,tools,build-tools-23.0.0
+  - echo y | android -s update sdk --no-ui -a -t platform-tools,tools,build-tools-23.0.1
   - export PATH="$ANDROID_HOME/platform-tools:$PATH"
-  - export PATH="$ANDROID_HOME/build-tools/23.0.0:$PATH"
+  - export PATH="$ANDROID_HOME/build-tools/23.0.1:$PATH"
 
 test:
   script:
index 3331b849e7cabed6694b20b49b97dc2ff3b2f027..8a8c77b295af16a1b74fd0e46bb95df6acb88228 100644 (file)
@@ -26,7 +26,7 @@ end
 script "add_build_tools" do
   interpreter "bash"
   user user
-  ver = "23.0.0"
+  ver = "23.0.1"
   cwd "/tmp"
   code "
     if [ -f /vagrant/cache/build-tools/#{ver}.tar.gz ] ; then
index cf8bf886639b96a45d23b61c4e1059f625a21f64..fac101d8f9a907b020a0c76bdc50bdaaee7fbd28 100644 (file)
@@ -16,7 +16,7 @@
 # }
 
 # Build tools version to be used
-build_tools = "23.0.0"
+build_tools = "23.0.1"
 
 # Command or path to binary for running Ant
 ant = "ant"
index 2cd4bdd28f08d7e3ff2e4eeb14c00d8e0397e758..b6137520076bc182dfa324548390013895035206 100644 (file)
@@ -55,7 +55,7 @@ default_config = {
         'r9b': None,
         'r10e': "$ANDROID_NDK",
     },
-    'build_tools': "23.0.0",
+    'build_tools': "23.0.1",
     'ant': "ant",
     'mvn3': "mvn",
     'gradle': 'gradle',