Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 479a543

Browse files
committed
Revert no-sound-null-safety in build_all_plugins_app
1 parent a69a8d0 commit 479a543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/build_all_plugins_app.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ fi
5959

6060
for version in "${BUILD_MODES[@]}"; do
6161
echo "Building $version..."
62-
(cd $REPO_DIR/all_plugins && flutter build $@ --$version --no-sound-null-safety)
62+
(cd $REPO_DIR/all_plugins && flutter build $@ --$version)
6363

6464
if [ $? -eq 0 ]; then
6565
echo "Successfully built $version all_plugins app."

0 commit comments

Comments
 (0)