chiark / gitweb /
Update the docs with the new package argument syntax and 'fdroid install'
[fdroidserver.git] / config.buildserver.py
1 sdk_path = "/home/vagrant/android-sdk"
2 ndk_path = "/home/vagrant/android-ndk"
3 build_tools = "19.0.1"
4 mvn3 = "mvn"
5 gradle = "gradle"
6 gradle_plugin = "0.7.+"