update flutter action

This commit is contained in:
hiddify-com
2024-05-31 17:46:04 +02:00
parent 0fdfd245ea
commit d89184855d
3 changed files with 5 additions and 3 deletions

View File

@@ -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

View File

@@ -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"

View File

@@ -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: