We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c023523 commit 378b025Copy full SHA for 378b025
1 file changed
pythonforandroid/bootstraps/common/build/build.py
@@ -328,8 +328,8 @@ def make_package(args):
328
)
329
330
if args.enable_androidx:
331
- shutil.copy('templates/gradle.properties','gradle.properties')
332
-
+ shutil.copy('templates/gradle.properties', 'gradle.properties')
+
333
if get_bootstrap_name() != "service_only":
334
lottie_splashscreen = join(res_dir, 'raw/splashscreen.json')
335
if args.presplash_lottie:
0 commit comments