Skip to content

Commit 6c09477

Browse files
committed
Build with debug log
Signed-off-by: Zixuan James Li <[email protected]>
1 parent ca26330 commit 6c09477

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tools/check

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,8 +467,9 @@ run_android() {
467467
tools/gradle -q :app:lint \
468468
|| return
469469

470-
flutter build apk \
471-
|| return
470+
tools/gradle --no-build-cache --debug :app:buildRelease
471+
# flutter build apk \
472+
# || return
472473

473474
flutter build appbundle
474475
}

0 commit comments

Comments
 (0)