We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8429088 commit a48cdddCopy full SHA for a48cddd
tools/check
@@ -461,20 +461,16 @@ run_android() {
461
flutter build apk --config-only \
462
|| return
463
464
- tools/gradle --debug tasks \
+ tools/gradle --info :app:compileFlutterBuildRelease \
465
466
467
# For docs on this Android linter:
468
# https://developer.android.com/studio/write/lint
469
tools/gradle --info :app:lint \
470
471
472
-# tools/gradle -q --debug :app:compileDebugKotlin \
473
-# || return
474
-
475
- tools/gradle --no-build-cache --info :app:buildRelease
476
-# flutter build apk \
477
+ flutter build apk \
+ || return
478
479
flutter build appbundle
480
}
0 commit comments