1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-11-20 13:50:12 +01: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" sdk_path = "/home/vagrant/android-sdk"
ndk_path = "/home/vagrant/android-ndk" ndk_path = "/home/vagrant/android-ndk"
build_tools = "19.0.2" build_tools = "19.0.3"
ant = "ant" ant = "ant"
mvn3 = "mvn" mvn3 = "mvn"
gradle = "gradle" gradle = "gradle"