Skip to content

Commit 0f77a92

Browse files
Upgraded to Flutter 3.0.2 (#23)
1 parent 0d2bc15 commit 0f77a92

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ for:
131131

132132
install:
133133
- brew install cocoapods
134-
- curl https://storage.googleapis.com/flutter_infra_release/releases/stable/macos/flutter_macos_3.0.1-stable.zip -o flutter_macos_stable.zip
134+
- curl https://storage.googleapis.com/flutter_infra_release/releases/stable/macos/flutter_macos_3.0.2-stable.zip -o flutter_macos_stable.zip
135135
- unzip -qq flutter_macos_stable.zip
136136
- export PATH="$PATH:`pwd`/flutter/bin"
137137
- flutter --version
@@ -167,7 +167,7 @@ for:
167167

168168
install:
169169
- export LANG=en_US.UTF-8
170-
- curl https://storage.googleapis.com/flutter_infra_release/releases/stable/macos/flutter_macos_3.0.1-stable.zip -o flutter_macos_stable.zip
170+
- curl https://storage.googleapis.com/flutter_infra_release/releases/stable/macos/flutter_macos_3.0.2-stable.zip -o flutter_macos_stable.zip
171171
- unzip -qq flutter_macos_stable.zip
172172
- export PATH="$PATH:`pwd`/flutter/bin"
173173
- 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_3.0.1-stable.zip", $distPath)
4+
(New-Object Net.WebClient).DownloadFile("https://storage.googleapis.com/flutter_infra_release/releases/stable/windows/flutter_windows_3.0.2-stable.zip", $distPath)
55

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

0 commit comments

Comments
 (0)