From bdb3218c1b2ed4331699274d1cc9acd2586af8e0 Mon Sep 17 00:00:00 2001 From: Divyateja Pasupuleti Date: Sat, 27 Jan 2024 17:59:55 +0530 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b60a26d3..e68a45ab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: java-version: '11' - uses: subosito/flutter-action@v2 with: - flutter-version: '3.7.7' + flutter-version: '2.5.0' - run: flutter pub get - run: flutter build apk