chiark / gitweb /
Update to build-tools 19.0.1
authorDaniel Martí <mvdan@mvdan.cc>
Sun, 22 Dec 2013 12:24:40 +0000 (13:24 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Sun, 22 Dec 2013 12:24:40 +0000 (13:24 +0100)
buildserver/cookbooks/android-sdk/recipes/default.rb
config.buildserver.py
config.sample.py

index a50848e06139661b6dd7041aaaaf94133ec0c89d..a21bdd307fe4c4692e54cf8c520c3343c7fe7a8b 100644 (file)
@@ -29,7 +29,7 @@ execute "add-android-home" do
   not_if "grep ANDROID_HOME /home/#{user}/.bsenv"
 end
 
-%w{18.1.1}.each do |ver|
+%w{19.0.1}.each do |ver|
 
   script "add_build_tools_#{ver}" do
     interpreter "bash"
@@ -51,7 +51,7 @@ X
   end
 end
 
-# This is currently 18.0.1
+# This is currently 19.0.1
 script "add_platform_tools" do
   interpreter "bash"
   user user
index ecdb204a1bb5ff419d154995e953920d51622981..38e919f827a833e0f490004647f93962f546af17 100644 (file)
@@ -1,6 +1,6 @@
 sdk_path = "/home/vagrant/android-sdk"
 ndk_path = "/home/vagrant/android-ndk"
-build_tools = "18.1.1"
+build_tools = "19.0.1"
 mvn3 = "mvn"
 gradle = "gradle"
 gradle_plugin = "0.7.+"
index 2da5489557c7b704b14ef26ccff862abd5d8f28f..394fed349d8a0b893cbd12354883bd0ca8cdfaa9 100644 (file)
@@ -11,7 +11,7 @@ sdk_path = "$ANDROID_HOME"
 ndk_path = "$ANDROID_NDK"
 
 # Build tools version to be used
-build_tools = "18.1.1"
+build_tools = "19.0.1"
 
 # Command for running maven 3 (command or full path)
 mvn3 = "mvn3"