mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 14:30:11 +01:00
fc2c1bb1a8
* Add the remaining defaults * Don't always check that dirs exist * Better sample config
7 lines
144 B
Python
7 lines
144 B
Python
sdk_path = "/home/vagrant/android-sdk"
|
|
ndk_path = "/home/vagrant/android-ndk"
|
|
build_tools = "19.0.1"
|
|
ant = "ant"
|
|
mvn3 = "mvn"
|
|
gradle = "gradle"
|