1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00

Fix buildserver build_tools version

This commit is contained in:
Daniel Martí 2014-03-11 17:37:42 +01:00
parent 7f1acadaf1
commit 13c79e8e46

View File

@ -1,6 +1,6 @@
sdk_path = "/home/vagrant/android-sdk"
ndk_path = "/home/vagrant/android-ndk"
build_tools = "19.0.2"
build_tools = "19.0.3"
ant = "ant"
mvn3 = "mvn"
gradle = "gradle"