mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
Always end config list items with a comma
This commit is contained in:
parent
47032cb4e9
commit
24f6cc604b
2 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
sdk_path = "/home/vagrant/android-sdk"
|
||||
ndk_paths = {
|
||||
'r9b': "/home/vagrant/android-ndk/r9b",
|
||||
'r10e': "/home/vagrant/android-ndk/r10e"
|
||||
'r10e': "/home/vagrant/android-ndk/r10e",
|
||||
}
|
||||
build_tools = "22.0.1"
|
||||
ant = "ant"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue