Skip to content

Commit

Permalink
chore: upgrade to Flutter 3.27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasXu0 committed Jan 17, 2025
1 parent d6e4e08 commit c3d5b04
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ on:
- 1

env:
FLUTTER_VERSION: "3.22.0"
FLUTTER_VERSION: "3.27.2"
RUST_TOOLCHAIN: "1.80.1"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ on:
- 2

env:
FLUTTER_VERSION: "3.22.0"
FLUTTER_VERSION: "3.27.2"
RUST_TOOLCHAIN: "1.80.1"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
- 1

env:
FLUTTER_VERSION: "3.22.0"
FLUTTER_VERSION: "3.27.2"
RUST_TOOLCHAIN: "1.80.1"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ on:
- 1

env:
FLUTTER_VERSION: "3.22.0"
FLUTTER_VERSION: "3.27.2"
RUST_TOOLCHAIN: "1.80.1"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "*"

env:
FLUTTER_VERSION: "3.22.0"
FLUTTER_VERSION: "3.27.2"
RUST_TOOLCHAIN: "1.80.1"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
- 1

env:
FLUTTER_VERSION: "3.22.0"
FLUTTER_VERSION: "3.27.2"
RUST_TOOLCHAIN: "1.80.1"

jobs:
Expand Down

0 comments on commit c3d5b04

Please sign in to comment.