mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 15:32:30 +03:00
Fix buildserver build_tools version
This commit is contained in:
parent
7f1acadaf1
commit
13c79e8e46
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue