Add --no-shrink options to build android
This commit is contained in:
@@ -52,14 +52,14 @@ fi
|
||||
|
||||
# Android
|
||||
|
||||
#flutter build appbundle
|
||||
#flutter build appbundle --no-shrink
|
||||
|
||||
if [ "$?" != "0" ]; then
|
||||
echo >&2 "🚫 Error: Build android example";
|
||||
exit 1
|
||||
fi
|
||||
|
||||
flutter build apk --build-number=$CI_PIPELINE_IID
|
||||
flutter build apk --no-shrink --build-number=$CI_PIPELINE_IID
|
||||
|
||||
if [ "$?" != "0" ]; then
|
||||
echo >&2 "🚫 Error: Build android example";
|
||||
|
||||
Reference in New Issue
Block a user