Even examples/config.py with default_config

This commit is contained in:
Daniel Martí 2015-09-01 15:30:41 -07:00
parent 96bcd1c77d
commit 91f36acaa6
2 changed files with 10 additions and 10 deletions

View file

@ -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",