Update many android tools

* Gradle from 1.7 to 1.8
* Android SDK from 21.0.1 to 22.2.1
* SDK Build Tools from 18.0.1 to 18.1.1
* Added legacy toolchains to NDK r9
This commit is contained in:
Daniel Martí 2013-10-17 15:29:52 +02:00
parent 8d1db23eee
commit efcf850247
6 changed files with 26 additions and 16 deletions

View file

@ -1,7 +1,7 @@
sdk_path = "/home/vagrant/android-sdk"
ndk_path = "/home/vagrant/android-ndk"
build_tools = "18.0.1"
build_tools = "18.1.1"
javacc_path = "/usr/share/java"
mvn3 = "mvn"
gradle = "gradle"
gradle_plugin = "0.5.+"
gradle_plugin = "0.6.+"