From db2e303bfe26a7336795f6ddefcd76e687d066f5 Mon Sep 17 00:00:00 2001 From: Hiddify Date: Sun, 10 Mar 2024 16:30:49 +0100 Subject: [PATCH] downgrade flutter action --- .github/workflows/build.yml | 6 +++--- libcore | 2 +- pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 28ca0d0a..adda8377 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.19.x' + FLUTTER_VERSION: '3.20.0-1.2.pre' NDK_VERSION: r26b UPLOAD_ARTIFACT: "${{ inputs.upload-artifact }}" TAG_NAME: "${{ inputs.tag-name }}" @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: subosito/flutter-action@v2 + - uses: subosito/flutter-action@v2.12.0 #issue with 2.13 with: flutter-version: ${{ env.FLUTTER_VERSION }} channel: 'stable' @@ -87,7 +87,7 @@ jobs: uses: actions/checkout@v3 - name: Setup Flutter - uses: subosito/flutter-action@v2 + uses: subosito/flutter-action@v2.12.0 #issue with 2.13 with: flutter-version: ${{ env.FLUTTER_VERSION }} channel: 'stable' diff --git a/libcore b/libcore index d6248590..5c36de64 160000 --- a/libcore +++ b/libcore @@ -1 +1 @@ -Subproject commit d624859007149429e89489ea3cf2b032888611be +Subproject commit 5c36de643d87a8cebafdc43c1689fc21f50ee0ec diff --git a/pubspec.yaml b/pubspec.yaml index e3975d50..a3f03c78 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -73,11 +73,11 @@ dependencies: wolt_modal_sheet: ^0.4.1 dart_mappable: ^4.2.1 fluentui_system_icons: ^1.1.229 - # circle_flags: ^4.0.2 http: ^1.2.0 timezone_to_country: ^2.1.0 json_path: ^0.7.1 permission_handler: ^11.3.0 + # circle_flags: ^4.0.2 circle_flags: git: https://github.com/hiddify-com/flutter_circle_flags.git