Skip to content

Commit a48cddd

Browse files
committed
build flutter release first
Signed-off-by: Zixuan James Li <[email protected]>
1 parent 8429088 commit a48cddd

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

tools/check

+3-7
Original file line numberDiff line numberDiff line change
@@ -461,20 +461,16 @@ run_android() {
461461
flutter build apk --config-only \
462462
|| return
463463

464-
tools/gradle --debug tasks \
464+
tools/gradle --info :app:compileFlutterBuildRelease \
465465
|| return
466466

467467
# For docs on this Android linter:
468468
# https://developer.android.com/studio/write/lint
469469
tools/gradle --info :app:lint \
470470
|| return
471471

472-
# tools/gradle -q --debug :app:compileDebugKotlin \
473-
# || return
474-
475-
tools/gradle --no-build-cache --info :app:buildRelease
476-
# flutter build apk \
477-
# || return
472+
flutter build apk \
473+
|| return
478474

479475
flutter build appbundle
480476
}

0 commit comments

Comments
 (0)