mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 23:42:37 +03:00
Even examples/config.py with default_config
This commit is contained in:
parent
96bcd1c77d
commit
91f36acaa6
2 changed files with 10 additions and 10 deletions
|
@ -53,7 +53,7 @@ default_config = {
|
|||
'sdk_path': "$ANDROID_HOME",
|
||||
'ndk_paths': {
|
||||
'r9b': None,
|
||||
'r10e': "$ANDROID_NDK"
|
||||
'r10e': "$ANDROID_NDK",
|
||||
},
|
||||
'build_tools': "23.0.0",
|
||||
'ant': "ant",
|
||||
|
@ -75,7 +75,7 @@ default_config = {
|
|||
'smartcardoptions': [],
|
||||
'char_limits': {
|
||||
'Summary': 80,
|
||||
'Description': 4000
|
||||
'Description': 4000,
|
||||
},
|
||||
'keyaliases': {},
|
||||
'repo_url': "https://MyFirstFDroidRepo.org/fdroid/repo",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue