diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1f01aef9..09e8ec4a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ on: env: IS_GITHUB_ACTIONS: 1 CHANNEL: "${{ inputs.channel }}" - FLUTTER_VERSION: '3.22.x' + FLUTTER_VERSION: '3.22.1' NDK_VERSION: r26b UPLOAD_ARTIFACT: "${{ inputs.upload-artifact }}" TAG_NAME: "${{ inputs.tag-name }}" @@ -108,9 +108,10 @@ jobs: - name: Setup Flutter - uses: subosito/flutter-action@v2.12.0 #issue with 2.13 + uses: subosito/flutter-action@v2.16.0 #issue with 2.13 with: flutter-version: ${{ env.FLUTTER_VERSION }} + # flutter-version-file: pubspec.yaml channel: 'stable' cache: true - name: Setup Java diff --git a/pubspec.lock b/pubspec.lock index c447c967..81bbc137 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -2030,4 +2030,4 @@ packages: version: "2.1.1" sdks: dart: ">=3.3.0 <4.0.0" - flutter: ">=3.19.0" + flutter: ">=3.22.0" diff --git a/pubspec.yaml b/pubspec.yaml index b7f29620..5fcac156 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,6 +5,7 @@ version: 1.1.1+10101 environment: sdk: ">=3.3.0 <4.0.0" + flutter: ">=3.22.0 <4.0.0" dependencies: flutter: