Skip to content

Commit 5e8b9c6

Browse files
authored
Update Flutter Version on build_bookify_android_apk.yaml
1 parent ba4081e commit 5e8b9c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_bookify_android_apk.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: subosito/flutter-action@v2
3030
with:
3131
channel: "stable"
32-
flutter-version: "3.27.2"
32+
flutter-version: "3.29.0"
3333

3434
#4 Install Dependencies
3535
- name: Install dependencies
@@ -105,4 +105,4 @@ jobs:
105105
artifacts: "build/app/outputs/flutter-apk/app-release.apk"
106106
tag: v${{ env.VERSION }}
107107
token: ${{ secrets.GITHUB_TOKEN }}
108-
108+

0 commit comments

Comments
 (0)