Skip to content

Commit 53b400a

Browse files
committed
chore: bump flutter version in workflow.
1 parent 0878bbf commit 53b400a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
- name: Set up Flutter
2727
uses: subosito/flutter-action@v2
2828
with:
29-
flutter-version: "3.24.5"
29+
flutter-version: "3.38.6"
3030

3131
- name: Set up Android SDK
3232
uses: android-actions/setup-android@v3
3333
with:
34-
ndk-version: 25.2.9519653
34+
ndk-version: 29.0.14033849
3535

3636
- name: Install CMake 3.18.1
3737
run: |
@@ -102,7 +102,7 @@ jobs:
102102
- name: Set up Flutter
103103
uses: subosito/flutter-action@v2
104104
with:
105-
flutter-version: "3.24.5"
105+
flutter-version: "3.38.6"
106106

107107
- name: Install dependencies
108108
run: flutter pub get
@@ -137,7 +137,7 @@ jobs:
137137
- name: Set up Flutter
138138
uses: subosito/flutter-action@v2
139139
with:
140-
flutter-version: "3.24.5"
140+
flutter-version: "3.38.6"
141141

142142
- name: Install dependencies
143143
run: flutter pub get

0 commit comments

Comments
 (0)