Skip to content

Commit 2b80233

Browse files
author
Aayush Bisen
committed
fix: bump flutter version in the app release action
1 parent 10ecf4d commit 2b80233

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)