mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-09-22 04:35:24 -04:00
Always end config list items with a comma
This commit is contained in:
1 parent
47032cb4e9
commit
24f6cc604b
2 files changed
+3
-3
No files matched your search
@@ -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"
|
||||
|
||||
+2
-2
@@ -12,7 +12,7 @@
|
||||
# not installed.
|
||||
# ndk_paths = {
|
||||
# 'r9b': "/opt/android-ndk-r9b",
|
||||
# 'r10e': "/opt/android-ndk"
|
||||
# 'r10e': "/opt/android-ndk",
|
||||
# }
|
||||
|
||||
# Build tools version to be used
|
||||
@@ -211,5 +211,5 @@ build_server_always = False
|
||||
# Only the fields listed here are supported, defaults shown
|
||||
char_limits = {
|
||||
'Summary': 50,
|
||||
'Description': 1500
|
||||
'Description': 1500,
|
||||
}
|
||||
Reference in new issue
Block a user