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

Forgot to bump the build tools in the server config

This commit is contained in:
Daniel Martí 2014-10-23 15:21:07 +02:00
parent 57efa16f3f
commit fa465e2428

View 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"