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.
--sdk
1 parent 8f536b4 commit 910df0aCopy full SHA for 910df0a
pythonforandroid/bootstraps/common/build/build.py
@@ -1006,7 +1006,7 @@ def _read_configuration():
1006
print('Billing not yet supported!')
1007
sys.exit(1)
1008
1009
- if args.sdk_version == -1:
+ if args.sdk_version != -1:
1010
print('WARNING: Received a --sdk argument, but this argument is '
1011
'deprecated and does nothing.')
1012
args.sdk_version = -1 # ensure it is not used
0 commit comments