[mob][auth] Upgrade flutter v3.24.3

This commit is contained in:
Neeraj Gupta
2024-09-17 11:11:17 +05:30
parent 50e8757c8f
commit b9eef77d3a
7 changed files with 7 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ on:
workflow_dispatch: # Allow manually running the action
env:
FLUTTER_VERSION: "3.24.1"
FLUTTER_VERSION: "3.24.3"
jobs:
build:

View File

@@ -8,7 +8,7 @@ on:
- ".github/workflows/auth-lint.yml"
env:
FLUTTER_VERSION: "3.24.1"
FLUTTER_VERSION: "3.24.3"
jobs:
lint:

View File

@@ -29,7 +29,7 @@ on:
- "auth-v*"
env:
FLUTTER_VERSION: "3.24.1"
FLUTTER_VERSION: "3.24.3"
jobs:
build-ubuntu:

View File

@@ -4,7 +4,7 @@ on:
workflow_dispatch: # Allow manually running the action
env:
FLUTTER_VERSION: "3.24.1"
FLUTTER_VERSION: "3.24.3"
jobs:
build:

View File

@@ -9,7 +9,7 @@ on:
env:
FLUTTER_VERSION: "3.24.1"
FLUTTER_VERSION: "3.24.3"
jobs:
lint:

View File

@@ -9,7 +9,7 @@ on:
- "photos-v*"
env:
FLUTTER_VERSION: "3.24.1"
FLUTTER_VERSION: "3.24.3"
jobs:
build:

View File

@@ -46,7 +46,7 @@ You can alternatively install the build from PlayStore or F-Droid.
## 🧑‍💻 Building from source
1. [Install Flutter v3.24.1](https://flutter.dev/docs/get-started/install).
1. [Install Flutter v3.24.3](https://flutter.dev/docs/get-started/install).
2. Pull in all submodules with `git submodule update --init --recursive`