Skip to content

Commit 7c95e7b

Browse files
committed
Converted --minsdk option input to int
1 parent 403269a commit 7c95e7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,7 @@ def make_package(args):
446446
ap.add_argument('--sdk', dest='sdk_version', default=android_api,
447447
help='Android SDK version to use. Default to 8')
448448
ap.add_argument('--minsdk', dest='min_sdk_version', default=android_api,
449+
type=int,
449450
help='Minimum Android SDK version to use. Default to 8')
450451
ap.add_argument('--window', dest='window', action='store_true',
451452
help='Indicate if the application will be windowed')

0 commit comments

Comments
 (0)