Skip to content

Commit

Permalink
Add --no-tree-shake-icons and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bbedward committed Sep 5, 2020
1 parent e9ccb3b commit 32581b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/fastlane/flutter_build.sh
Expand Up @@ -12,8 +12,8 @@ fi
if [ "$1" == "--apk" ]
then
echo "Building APK..."
flutter build apk --release
flutter build apk --release --no-tree-shake-icons
else
echo "Building AAB..."
flutter build appbundle --release
flutter build appbundle --release --no-tree-shake-icons
fi
2 changes: 1 addition & 1 deletion ios/fastlane/flutter_build.sh
Expand Up @@ -8,4 +8,4 @@ then
else
echo "Skipping clean..."
fi
flutter build ios --release --no-codesign
flutter build ios --release --no-codesign --no-tree-shake-icons
2 changes: 1 addition & 1 deletion pubspec.yaml
Expand Up @@ -7,7 +7,7 @@ description: A new Flutter project.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# Read more about versioning at semver.org.
version: 2.2.0+86
version: 2.2.1+87

environment:
sdk: ">=2.0.0-dev.68.0 <3.0.0"
Expand Down

0 comments on commit 32581b2

Please sign in to comment.