File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments