Skip to content

Commit 8673480

Browse files
committed
Reference the PR for the future
1 parent 9ea7c33 commit 8673480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/toolchain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1110,7 +1110,7 @@ def _build_package(self, args, package_type):
11101110
"Unknown build mode {} for apk()".format(args.build_mode))
11111111

11121112
# WARNING: We should make sure to clean the build directory before building.
1113-
# Looks like our private.tar is causing issues to gradle.
1113+
# See PR: kivy/python-for-android#2705
11141114
output = shprint(gradlew, "clean", gradle_task, _tail=20,
11151115
_critical=True, _env=env)
11161116
return output, build_args

0 commit comments

Comments
 (0)