chiark / gitweb /
Forgot to bump the build tools in the server config
authorDaniel Martí <mvdan@mvdan.cc>
Thu, 23 Oct 2014 13:21:07 +0000 (15:21 +0200)
committerDaniel Martí <mvdan@mvdan.cc>
Thu, 23 Oct 2014 13:21:07 +0000 (15:21 +0200)
buildserver/config.buildserver.py

index ffc9cca08d429d1389431e126f2aab86c8d52cb4..29fbe07d699fe1c912c9d03ce63ae65df9ac6436 100644 (file)
@@ -1,6 +1,6 @@
 sdk_path = "/home/vagrant/android-sdk"
 ndk_path = "/home/vagrant/android-ndk"
-build_tools = "20.0.0"
+build_tools = "21.0.2"
 ant = "ant"
 mvn3 = "mvn"
 gradle = "gradle"