From c757b837f1ccca5d9be735624d21c7f747edd46a Mon Sep 17 00:00:00 2001 From: Prateek Sunal Date: Mon, 7 Jul 2025 11:44:42 +0530 Subject: [PATCH] fix: update flutter version in all sources --- .github/workflows/mobile-internal-release-rust.yml | 2 +- .github/workflows/mobile-internal-release.yml | 2 +- .github/workflows/mobile-lint.yml | 2 +- .github/workflows/mobile-release.yml | 2 +- mobile/apps/photos/README.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/mobile-internal-release-rust.yml b/.github/workflows/mobile-internal-release-rust.yml index 28c93d8618..84353dc230 100644 --- a/.github/workflows/mobile-internal-release-rust.yml +++ b/.github/workflows/mobile-internal-release-rust.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: # Allow manually running the action env: - FLUTTER_VERSION: "3.24.3" + FLUTTER_VERSION: "3.32.5" RUST_VERSION: "1.85.1" permissions: diff --git a/.github/workflows/mobile-internal-release.yml b/.github/workflows/mobile-internal-release.yml index 1a689d3785..cfae44a87d 100644 --- a/.github/workflows/mobile-internal-release.yml +++ b/.github/workflows/mobile-internal-release.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: # Allow manually running the action env: - FLUTTER_VERSION: "3.24.3" + FLUTTER_VERSION: "3.32.5" permissions: contents: write diff --git a/.github/workflows/mobile-lint.yml b/.github/workflows/mobile-lint.yml index f0944416b5..de5687124c 100644 --- a/.github/workflows/mobile-lint.yml +++ b/.github/workflows/mobile-lint.yml @@ -8,7 +8,7 @@ on: - ".github/workflows/mobile-lint.yml" env: - FLUTTER_VERSION: "3.24.3" + FLUTTER_VERSION: "3.32.5" permissions: contents: read diff --git a/.github/workflows/mobile-release.yml b/.github/workflows/mobile-release.yml index d0466f3b49..3c3adb42c9 100644 --- a/.github/workflows/mobile-release.yml +++ b/.github/workflows/mobile-release.yml @@ -9,7 +9,7 @@ on: - "photos-v*" env: - FLUTTER_VERSION: "3.24.3" + FLUTTER_VERSION: "3.32.5" permissions: contents: write diff --git a/mobile/apps/photos/README.md b/mobile/apps/photos/README.md index 958f7c4215..163cea917b 100644 --- a/mobile/apps/photos/README.md +++ b/mobile/apps/photos/README.md @@ -46,7 +46,7 @@ You can alternatively install the build from PlayStore or F-Droid. ## 🧑‍💻 Building from source -1. [Install Flutter v3.24.3](https://flutter.dev/docs/get-started/install). +1. [Install Flutter v3.32.5](https://flutter.dev/docs/get-started/install). 2. Pull in all submodules with `git submodule update --init --recursive`