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 137411f commit 899afaeCopy full SHA for 899afae
pythonforandroid/bootstraps/common/build/build.py
@@ -684,6 +684,7 @@ def parse_args_and_make_package(args=None):
684
685
ap.add_argument('--enable-androidx', dest='enable_androidx',
686
action='store_true',
687
+ default=True,# TEMP for DEMO ONLY
688
help=('Enable the AndroidX support library, '
689
'requires api = 28 or greater'))
690
ap.add_argument('--android-entrypoint', dest='android_entrypoint',
0 commit comments