Skip to content

Commit 761d925

Browse files
Update flutter version
1 parent 88faaed commit 761d925

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
date: ${{ steps.get_version.outputs.date}}
3535
runs-on: ${{ matrix.os }}
3636
env:
37-
FLUTTER_VERSION: 3.24.0
37+
FLUTTER_VERSION: 3.27.3
3838
steps:
3939
# Checkout branch
4040
- name: Checkout
@@ -49,7 +49,7 @@ jobs:
4949
5050
# Setup Flutter
5151
- name: Setup Flutter
52-
uses: subosito/flutter-action@v2.16.0
52+
uses: subosito/flutter-action@v2.18.0
5353
with:
5454
flutter-version: ${{ env.FLUTTER_VERSION }}
5555
channel: 'stable'

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: An third-party application for LOFTER
44
publish_to: none
55

66
environment:
7-
sdk: '>=3.1.4 <4.0.0'
7+
sdk: '>=3.6.0 <4.0.0'
88

99
dependencies:
1010
flutter:

0 commit comments

Comments
 (0)