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.
1 parent 403269a commit 7c95e7bCopy full SHA for 7c95e7b
src/build.py
@@ -446,6 +446,7 @@ def make_package(args):
446
ap.add_argument('--sdk', dest='sdk_version', default=android_api,
447
help='Android SDK version to use. Default to 8')
448
ap.add_argument('--minsdk', dest='min_sdk_version', default=android_api,
449
+ type=int,
450
help='Minimum Android SDK version to use. Default to 8')
451
ap.add_argument('--window', dest='window', action='store_true',
452
help='Indicate if the application will be windowed')
0 commit comments