Upgrade p4a #19

Open
jessopb wants to merge 36 commits from upgrade_p4a into master
Showing only changes of commit 0bbb913b8d - Show all commits

View file

@ -1111,7 +1111,7 @@ class ToolchainCL:
# WARNING: We should make sure to clean the build directory before building. # WARNING: We should make sure to clean the build directory before building.
# See PR: kivy/python-for-android#2705 # See PR: kivy/python-for-android#2705
output = shprint(gradlew, "clean", gradle_task, _tail=20, output = shprint(gradlew, "clean", gradle_task, '--stacktrace', _tail=20,
_critical=True, _env=env) _critical=True, _env=env)
return output, build_args return output, build_args