Forgot to bump build_tools in the configs

This commit is contained in:
Daniel Martí 2015-03-24 21:36:42 +01:00
parent 71d8888308
commit 45925c6816
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ ndk_paths = {
'r9b': "/home/vagrant/android-ndk/r9b",
'r10d': "/home/vagrant/android-ndk/r10d"
}
build_tools = "21.1.2"
build_tools = "22.0.0"
ant = "ant"
mvn3 = "mvn"
gradle = "gradle"