Skip to content

Commit 70f9166

Browse files
committed
merge
2 parents 1afcd54 + d635581 commit 70f9166

File tree

1 file changed

+0
-1
lines changed
  • pythonforandroid/bootstraps/common/build

1 file changed

+0
-1
lines changed

pythonforandroid/bootstraps/common/build/build.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,6 @@ def parse_args(args=None):
670670
ap.add_argument('--android-apptheme', dest='android_apptheme',
671671
default='@android:style/Theme.NoTitleBar',
672672
help='Defines which app theme should be selected for the main activity')
673-
674673
ap.add_argument('--add-compile-option', dest='compile_options', default=[],
675674
action='append', help='add compile options to gradle.build')
676675
ap.add_argument('--add-gradle-repository', dest='gradle_repositories',

0 commit comments

Comments
 (0)