chiark / gitweb /
Update build-tools to 19.0.2
authorDaniel Martí <mvdan@mvdan.cc>
Sun, 23 Feb 2014 11:21:28 +0000 (12:21 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Sun, 23 Feb 2014 11:21:28 +0000 (12:21 +0100)
buildserver/config.buildserver.py
buildserver/cookbooks/android-sdk/recipes/default.rb
fdroidserver/common.py
sampleconfigs/config.py

index 4de4aecaaf24c45692e6f0204f7bf59046583dfe..924ebdfc6d67fbff281d1061ddaf73293c07fae5 100644 (file)
@@ -1,6 +1,6 @@
 sdk_path = "/home/vagrant/android-sdk"
 ndk_path = "/home/vagrant/android-ndk"
-build_tools = "19.0.1"
+build_tools = "19.0.2"
 ant = "ant"
 mvn3 = "mvn"
 gradle = "gradle"
index 6e91b341c2d18372a110dafdb8ed9d8cbedffa0f..1e0f538a49e7a807cc72a33527cebf8a0bf490ef 100644 (file)
@@ -32,7 +32,7 @@ end
 script "add_build_tools" do
   interpreter "bash"
   user user
-  ver = "19.0.1"
+  ver = "19.0.2"
   cwd "/tmp"
   code "
     if [ -f /vagrant/cache/build-tools/#{ver}.tar.gz ] ; then
index fb59d5d6bf0b25e0186084aca02e33c6512003cb..d1742e4d3fe5b554ae3a86ba6869270af879602b 100644 (file)
@@ -57,7 +57,7 @@ def read_config(opts, config_file='config.py'):
     defconfig = {
         'sdk_path': "$ANDROID_HOME",
         'ndk_path': "$ANDROID_NDK",
-        'build_tools': "19.0.1",
+        'build_tools': "19.0.2",
         'ant': "ant",
         'mvn3': "mvn",
         'gradle': 'gradle',
index b9525459a7fcba33568a92c6c8af1dae3853c88a..0e1919db68c41fe857e372804075e0eb2c8d6ab6 100644 (file)
@@ -9,7 +9,7 @@
 # Override the path to the Android NDK, $ANDROID_NDK by default
 #ndk_path = "/path/to/android-ndk"
 # Build tools version to be used
-build_tools = "19.0.1"
+build_tools = "19.0.2"
 
 # Command for running Ant
 #ant = "/path/to/ant"