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 1afcd54 + d635581 commit 70f9166Copy full SHA for 70f9166
pythonforandroid/bootstraps/common/build/build.py
@@ -670,7 +670,6 @@ def parse_args(args=None):
670
ap.add_argument('--android-apptheme', dest='android_apptheme',
671
default='@android:style/Theme.NoTitleBar',
672
help='Defines which app theme should be selected for the main activity')
673
-
674
ap.add_argument('--add-compile-option', dest='compile_options', default=[],
675
action='append', help='add compile options to gradle.build')
676
ap.add_argument('--add-gradle-repository', dest='gradle_repositories',
0 commit comments