Skip to content

Commit 952eff8

Browse files
committed
Modified the flutter version on the ci/cd workflow
1 parent 815ffcd commit 952eff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
java-version: '12.x'
1515
- uses: subosito/flutter-action@v1
1616
with:
17-
flutter-version: '1.22.2'
17+
flutter-version: '2.0.5'
1818
- run: flutter pub get
1919
- run: flutter build apk -t lib/main.dart --split-per-abi
2020
- name: Release apk

0 commit comments

Comments
 (0)