We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca26330 commit e97fe88Copy full SHA for e97fe88
tools/check
@@ -458,6 +458,8 @@ run_android() {
458
files_check android/ \
459
|| return 0
460
461
+ set -x
462
+
463
# This causes `android/gradlew` to exist, for `tools/gradle` to use.
464
flutter build apk --config-only \
465
|| return
@@ -467,8 +469,9 @@ run_android() {
467
469
tools/gradle -q :app:lint \
468
470
471
- flutter build apk \
- || return
472
+ tools/gradle --no-build-cache --debug :app:buildRelease
473
+# flutter build apk \
474
+# || return
475
476
flutter build appbundle
477
}
0 commit comments