Skip to content

Commit

Permalink
fix: bump flutter version in the app release action
Browse files Browse the repository at this point in the history
  • Loading branch information
Aayush Bisen committed Mar 22, 2021
1 parent 10ecf4d commit 2b80233
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 2b80233

Please sign in to comment.