Skip to content

Commit bb6a227

Browse files
committed
(for testing)
1 parent ba5fe94 commit bb6a227

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tool/provision_flutter.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -e
99
# Provision the pinned Flutter SDK if not present
1010
if [ ! -d "../flutter" ]; then
1111
OS_NAME=$(uname -s | tr '[:upper:]' '[:lower:]')
12-
FLUTTER_VERSION="3.41.0"
12+
FLUTTER_VERSION="3.22.0"
1313

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

0 commit comments

Comments
 (0)