diff --git a/.github/workflows/auth-internal-release.yml b/.github/workflows/auth-internal-release.yml index 13f6310cef..470c9ae5a8 100644 --- a/.github/workflows/auth-internal-release.yml +++ b/.github/workflows/auth-internal-release.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: # Allow manually running the action env: - FLUTTER_VERSION: "3.24.3" + FLUTTER_VERSION: "3.29.3" permissions: contents: write diff --git a/.github/workflows/auth-lint.yml b/.github/workflows/auth-lint.yml index 34e5ff8a78..cc9040151c 100644 --- a/.github/workflows/auth-lint.yml +++ b/.github/workflows/auth-lint.yml @@ -8,7 +8,7 @@ on: - ".github/workflows/auth-lint.yml" env: - FLUTTER_VERSION: "3.24.3" + FLUTTER_VERSION: "3.29.3" permissions: contents: read diff --git a/.github/workflows/auth-release.yml b/.github/workflows/auth-release.yml index d8c9f4e1cc..e4c9b67586 100644 --- a/.github/workflows/auth-release.yml +++ b/.github/workflows/auth-release.yml @@ -29,7 +29,7 @@ on: - "auth-v*" env: - FLUTTER_VERSION: "3.24.3" + FLUTTER_VERSION: "3.29.3" permissions: contents: write diff --git a/.github/workflows/auth-win-sign.yml b/.github/workflows/auth-win-sign.yml index dada811c96..9dd8eeae15 100644 --- a/.github/workflows/auth-win-sign.yml +++ b/.github/workflows/auth-win-sign.yml @@ -5,7 +5,7 @@ on: workflow_dispatch: # Allow manually running the action env: - FLUTTER_VERSION: "3.24.3" + FLUTTER_VERSION: "3.29.3" permissions: contents: write diff --git a/mobile/apps/auth/.fvmrc b/mobile/apps/auth/.fvmrc index 906bbb3497..b987073ac6 100644 --- a/mobile/apps/auth/.fvmrc +++ b/mobile/apps/auth/.fvmrc @@ -1,3 +1,3 @@ { - "flutter": "3.24.3" + "flutter": "3.29.3" } \ No newline at end of file diff --git a/mobile/apps/auth/README.md b/mobile/apps/auth/README.md index 1709302ae8..a2b84a7247 100644 --- a/mobile/apps/auth/README.md +++ b/mobile/apps/auth/README.md @@ -44,7 +44,7 @@ or managing your secrets, please use our mobile or desktop app. ## 🧑‍💻 Build from source -1. [Install Flutter](https://flutter.dev/docs/get-started/install) +1. [Install Flutter v3.29.3](https://flutter.dev/docs/get-started/install). 2. Pull in all submodules with `git submodule update --init --recursive` diff --git a/mobile/apps/photos/README.md b/mobile/apps/photos/README.md index 163cea917b..f9ea2d17a7 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.32.5](https://flutter.dev/docs/get-started/install). +1. [Install Flutter v3.29.3](https://flutter.dev/docs/get-started/install). 2. Pull in all submodules with `git submodule update --init --recursive`