Flutter upgrade + versionCode changes + increment version

This commit is contained in:
Imran Remtulla
2024-01-27 21:56:26 -05:00
parent 6ef2a26e94
commit c9751227a5
5 changed files with 20 additions and 6 deletions

View File

@ -8,6 +8,7 @@ if [ -z "$1" ]; then
git fetch && git merge origin/main && git push # Typically run after a PR to main, so bring dev up to date
fi
cd .flutter
git fetch
git checkout "$(flutter --version | head -2 | tail -1 | awk '{print $4}')" # Ensure included Flutter submodule version equals my environment
cd ..
rm ./build/app/outputs/flutter-apk/* 2>/dev/null # Get rid of older builds if any