Skip to content

Commit de829c9

Browse files
Merge pull request #149 from aayushbisen/fix-app-release-action
fix: bump flutter version in the app release action
2 parents 10ecf4d + 2b80233 commit de829c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- uses: subosito/flutter-action@v1
3838
with:
3939
# Adjust to the flutter version you are working with
40-
flutter-version: "1.20.4"
40+
flutter-version: "2.0.3"
4141
- name: Get version.txt
4242
uses: actions/download-artifact@v2
4343
with:

0 commit comments

Comments
 (0)