Skip to content

Commit

Permalink
Merge pull request himanshusharma89#149 from aayushbisen/fix-app-rele…
Browse files Browse the repository at this point in the history
…ase-action

fix: bump flutter version in the app release action
  • Loading branch information
himanshusharma89 committed Mar 22, 2021
2 parents 10ecf4d + 2b80233 commit de829c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: subosito/flutter-action@v1
with:
# Adjust to the flutter version you are working with
flutter-version: "1.20.4"
flutter-version: "2.0.3"
- name: Get version.txt
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit de829c9

Please sign in to comment.