better back button navigation handling ()

* better back button navigation handling
* add console=plain option to gradlew
This commit is contained in:
Akinwale Ariwodola 2019-01-21 14:35:11 +01:00 committed by GitHub
commit ec928c943d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 284 additions and 90 deletions
p4a/pythonforandroid

View file

@ -796,7 +796,7 @@ class ToolchainCL(object):
error("Unknown build mode {} for apk()".format(
args.build_mode))
exit(1)
output = shprint(gradlew, gradle_task, _tail=20,
output = shprint(gradlew, "--console=plain", gradle_task, _tail=20,
_critical=True, _env=env)
# gradle output apks somewhere else