diff --git a/.fvm/fvm_config.json b/.fvm/fvm_config.json index b35b02a..c8ce885 100644 --- a/.fvm/fvm_config.json +++ b/.fvm/fvm_config.json @@ -1,4 +1,4 @@ { - "flutterSdkVersion": "3.16.5", + "flutterSdkVersion": "3.16.7", "flavors": {} } \ No newline at end of file diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index 6cfa4e0..d114405 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -12,7 +12,7 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - flutter-version: "3.13.5" + flutter-version: "3.16.7" channel: "stable" - name: Install dependencies