We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba58ff1 commit 9e9aa9eCopy full SHA for 9e9aa9e
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 --release --no-obfuscate --verbose
+flutter build apk --release --no-obfuscate --no-shrink --verbose
66
67
# --- Platform-specific builds ---
68
if [ "$OS_TYPE" = "macos" ]; then
0 commit comments