Skip to content

Commit 940fed8

Browse files
committed
Upgrade to Flutter 2.10.5
1 parent e8b09f4 commit 940fed8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ for:
123123

124124
install:
125125
- brew install cocoapods
126-
- curl https://storage.googleapis.com/flutter_infra_release/releases/stable/macos/flutter_macos_2.10.4-stable.zip -o flutter_macos_stable.zip
126+
- curl https://storage.googleapis.com/flutter_infra_release/releases/stable/macos/flutter_macos_2.10.5-stable.zip -o flutter_macos_stable.zip
127127
- unzip -qq flutter_macos_stable.zip
128128
- export PATH="$PATH:`pwd`/flutter/bin"
129129
- flutter --version

ci/install_flutter.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
$distPath = "$env:TEMP\flutter_windows_stable.zip"
22

33
Write-Host "Downloading Flutter SDK..."
4-
(New-Object Net.WebClient).DownloadFile("https://storage.googleapis.com/flutter_infra_release/releases/stable/windows/flutter_windows_2.10.4-stable.zip", $distPath)
4+
(New-Object Net.WebClient).DownloadFile("https://storage.googleapis.com/flutter_infra_release/releases/stable/windows/flutter_windows_2.10.5-stable.zip", $distPath)
55

66
Write-Host "Unpacking Flutter SDK..."
77
7z x $distPath -o"$env:SystemDrive\" | Out-Null

0 commit comments

Comments
 (0)