Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tool/provision_flutter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [ ! -d "../flutter" ]; then
OS_NAME=$(uname -s | tr '[:upper:]' '[:lower:]')
# Pinned Flutter SDK version. This constant is automatically checked and updated weekly
# by the .github/workflows/update_flutter.yaml GitHub Actions workflow.
FLUTTER_VERSION="3.41.0"
FLUTTER_VERSION="3.41.9"
Comment thread
pq marked this conversation as resolved.

echo "Provisioning Flutter SDK version ${FLUTTER_VERSION} for ${OS_NAME}..."
if [ "$OS_NAME" = "darwin" ]; then
Expand Down
Loading