We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9f0f81 + dd92f87 commit aba5a3aCopy full SHA for aba5a3a
pythonforandroid/bootstraps/common/build/build.py
@@ -890,7 +890,7 @@ def parse_args_and_make_package(args=None):
890
default='google-services.json',
891
help='Path to google-services.json file')
892
ap.add_argument('--enable-crashlytics-native-symbol-upload', dest='enable_crashlytics_native_symbol_upload',
893
- action='store-true',
+ action='store_true',
894
help='Enable processing and uploading of native symbols to Firebase servers.')
895
896
# Put together arguments, and add those from .p4a config file:
0 commit comments