Skip to content

Commit

Permalink
Update build.py
Browse files Browse the repository at this point in the history
  • Loading branch information
1q23lyc45 authored Jan 4, 2025
1 parent ab05a02 commit d27b3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ def build_apk(args, module):
build_type = "Release" if args.release else "Debug"
proc = execv(
[
gradlew,
gradlew, " --stacktrace ",
f"{module}:assemble{build_type}",
"-PconfigPath=" + op.abspath(args.config),
],
Expand Down

0 comments on commit d27b3a2

Please sign in to comment.