diff --git a/.github/workflows/build-mobile.yml b/.github/workflows/build-mobile.yml index a362dc3438..948f67e3d4 100644 --- a/.github/workflows/build-mobile.yml +++ b/.github/workflows/build-mobile.yml @@ -45,7 +45,7 @@ jobs: uses: subosito/flutter-action@v2 with: channel: 'stable' - flutter-version: '3.22.0' + flutter-version-file: ./mobile/pubspec.yaml cache: true - name: Create the Keystore diff --git a/.github/workflows/static_analysis.yml b/.github/workflows/static_analysis.yml index 6ebbb46f5e..27392a12bd 100644 --- a/.github/workflows/static_analysis.yml +++ b/.github/workflows/static_analysis.yml @@ -23,7 +23,7 @@ jobs: uses: subosito/flutter-action@v2 with: channel: 'stable' - flutter-version: '3.22.0' + flutter-version-file: ./mobile/pubspec.yaml - name: Install dependencies run: dart pub get diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ab22f255ee..3d556e5e1d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -208,7 +208,7 @@ jobs: uses: subosito/flutter-action@v2 with: channel: 'stable' - flutter-version: '3.22.0' + flutter-version-file: ./mobile/pubspec.yaml - name: Run tests working-directory: ./mobile run: flutter test -j 1 diff --git a/mobile/.fvmrc b/mobile/.fvmrc index 7c3d0b51c1..4efffa7b1f 100644 --- a/mobile/.fvmrc +++ b/mobile/.fvmrc @@ -1,3 +1,3 @@ { - "flutter": "3.22.0" + "flutter": "3.22.1" } \ No newline at end of file diff --git a/mobile/.vscode/settings.json b/mobile/.vscode/settings.json index c487d1fe87..6a7cc4f016 100644 --- a/mobile/.vscode/settings.json +++ b/mobile/.vscode/settings.json @@ -1,5 +1,5 @@ { - "dart.flutterSdkPath": ".fvm/versions/3.22.0", + "dart.flutterSdkPath": ".fvm/versions/3.22.1", "search.exclude": { "**/.fvm": true }, diff --git a/mobile/pubspec.yaml b/mobile/pubspec.yaml index ed6afd7ff7..ba8ee47785 100644 --- a/mobile/pubspec.yaml +++ b/mobile/pubspec.yaml @@ -6,6 +6,7 @@ version: 1.105.1+140 environment: sdk: '>=3.3.0 <4.0.0' + flutter: 3.22.1 dependencies: flutter: