File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -225,6 +225,7 @@ script = ['''
225225 echo APP_ENVIRONMENT: ${APP_ENVIRONMENT}
226226 echo ${platforms}
227227 echo ${BUILD_ARCHS}
228+ echo ${BUILD_VERSION}
228229 ''' ]
229230script_runner = " @shell"
230231
Original file line number Diff line number Diff line change @@ -250,15 +250,15 @@ script_runner = "@shell"
250250script = ["""
251251 cd appflowy_flutter/
252252 flutter pub get
253- flutter build ipa --verbose
253+ flutter build ipa --build-version ${BUILD_VERSION} --split-debug-info=./ --obfuscate -- verbose
254254 """ ]
255255script_runner = " @shell"
256256
257257[tasks .flutter-build-android ]
258258script = ["""
259259 cd appflowy_flutter/
260260 flutter pub get
261- flutter build apk --split-per-abi --verbose
261+ flutter build apk --split-per-abi --split-debug-info=./ --obfuscate -- verbose
262262 """ ]
263263script_runner = " @shell"
264264
You can’t perform that action at this time.
0 commit comments