We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bba88b commit 9a90865Copy full SHA for 9a90865
1 file changed
tool/provision_flutter.sh
@@ -11,7 +11,7 @@ if [ ! -d "../flutter" ]; then
11
OS_NAME=$(uname -s | tr '[:upper:]' '[:lower:]')
12
# Pinned Flutter SDK version. This constant is automatically checked and updated weekly
13
# by the .github/workflows/update_flutter.yaml GitHub Actions workflow.
14
- FLUTTER_VERSION="3.41.0"
+ FLUTTER_VERSION="3.41.9"
15
16
echo "Provisioning Flutter SDK version ${FLUTTER_VERSION} for ${OS_NAME}..."
17
if [ "$OS_NAME" = "darwin" ]; then
0 commit comments