From 2b80233adad6f49015eef1bbb194ea397df57884 Mon Sep 17 00:00:00 2001 From: Aayush Bisen Date: Mon, 22 Mar 2021 19:55:29 +0530 Subject: [PATCH] fix: bump flutter version in the app release action --- .github/workflows/android-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android-release.yml b/.github/workflows/android-release.yml index 007f751..89cd8b8 100644 --- a/.github/workflows/android-release.yml +++ b/.github/workflows/android-release.yml @@ -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: