Skip to content

Commit

Permalink
Modified the flutter version on the ci/cd workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Yczar committed Apr 20, 2021
1 parent 815ffcd commit 952eff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
java-version: '12.x'
- uses: subosito/flutter-action@v1
with:
flutter-version: '1.22.2'
flutter-version: '2.0.5'
- run: flutter pub get
- run: flutter build apk -t lib/main.dart --split-per-abi
- name: Release apk
Expand Down

0 comments on commit 952eff8

Please sign in to comment.