mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
6 lines
144 B
Python
6 lines
144 B
Python
sdk_path = "/home/vagrant/android-sdk"
|
|
ndk_path = "/home/vagrant/android-ndk"
|
|
build_tools = "19.0.3"
|
|
ant = "ant"
|
|
mvn3 = "mvn"
|
|
gradle = "gradle"
|