Skip to content

Commit

Permalink
Build option default ON for demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertFlatt authored and RobertFlatt committed Feb 12, 2021
1 parent 137411f commit 899afae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pythonforandroid/bootstraps/common/build/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,7 @@ def parse_args_and_make_package(args=None):

ap.add_argument('--enable-androidx', dest='enable_androidx',
action='store_true',
default=True,# TEMP for DEMO ONLY
help=('Enable the AndroidX support library, '
'requires api = 28 or greater'))
ap.add_argument('--android-entrypoint', dest='android_entrypoint',
Expand Down

0 comments on commit 899afae

Please sign in to comment.