We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b52a703 commit ba58ff1Copy full SHA for ba58ff1
1 file changed
cross-platform/build.sh
@@ -62,7 +62,7 @@ flutter pub get
62
63
flutter pub run build_runner build --delete-conflicting-outputs
64
65
-flutter build apk --profile --verbose
+flutter build apk --release --no-obfuscate --verbose
66
67
# --- Platform-specific builds ---
68
if [ "$OS_TYPE" = "macos" ]; then
0 commit comments