Skip to content

Commit 9e9aa9e

Browse files
authored
Update build.sh
1 parent ba58ff1 commit 9e9aa9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cross-platform/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ flutter pub get
6262

6363
flutter pub run build_runner build --delete-conflicting-outputs
6464

65-
flutter build apk --release --no-obfuscate --verbose
65+
flutter build apk --release --no-obfuscate --no-shrink --verbose
6666

6767
# --- Platform-specific builds ---
6868
if [ "$OS_TYPE" = "macos" ]; then

0 commit comments

Comments
 (0)