From 0825165364837af93aa7c589e138196dbd1f4583 Mon Sep 17 00:00:00 2001 From: niuhuan Date: Tue, 21 Mar 2023 16:19:13 +0800 Subject: [PATCH] :rocket: upgrade --- .github/workflows/Release.yml | 12 ++++++------ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 08501f1..4045c39 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -64,7 +64,7 @@ jobs: flutter_version: '2.10.3' - target: ios host: macos-latest - flutter_version: '3.7.0' + flutter_version: '3.7.3' - target: ios host: macos-latest flutter_version: '2.10.5' @@ -79,13 +79,13 @@ jobs: flutter_version: '2.10.5' - target: android-arm32 host: ubuntu-20.04 - flutter_version: '3.7.0' + flutter_version: '3.7.3' - target: android-arm64 host: ubuntu-20.04 - flutter_version: '3.7.0' + flutter_version: '3.7.3' - target: android-x86_64 host: ubuntu-20.04 - flutter_version: '3.7.0' + flutter_version: '3.7.3' runs-on: ${{ matrix.config.host }} @@ -244,7 +244,7 @@ jobs: run: | sed -i "s/another_xlider: 1.0.1+2/another_xlider: ^1.0.1+2/g" pubspec.yaml sed -i "s/flutter_styled_toast: 2.0.0/flutter_styled_toast: ^2.0.0/g" pubspec.yaml - sed -i "s/modal_bottom_sheet: ^3.0.0-pre/modal_bottom_sheet: 2.0.1/g" pubspec.yaml + sed -i "s/modal_bottom_sheet: 2.0.1/modal_bottom_sheet: ^3.0.0-pre/g" pubspec.yaml - name: Upgrade deps version (iOS) if: steps.check_asset.outputs.skip_build != 'true' && matrix.config.host == 'macos-latest' && startsWith(matrix.config.flutter_version, '3') @@ -252,7 +252,7 @@ jobs: brew install gnu-sed gsed -i "s/another_xlider: 1.0.1+2/another_xlider: ^1.0.1+2/g" pubspec.yaml gsed -i "s/flutter_styled_toast: 2.0.0/flutter_styled_toast: ^2.0.0/g" pubspec.yaml - gsed -i "s/modal_bottom_sheet: ^3.0.0-pre/modal_bottom_sheet: 2.0.1/g" pubspec.yaml + gsed -i "s/modal_bottom_sheet: 2.0.1/modal_bottom_sheet: ^3.0.0-pre/g" pubspec.yaml - name: Install go mobile (mobile) if: steps.check_asset.outputs.skip_build != 'true' && ( matrix.config.target == 'ios' || matrix.config.target == 'android-arm64' || matrix.config.target == 'android-arm32' || matrix.config.target == 'android-x86_64' ) diff --git a/pubspec.yaml b/pubspec.yaml index 7c90a3b..34fa238 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -42,7 +42,7 @@ dependencies: crypto: ^3.0.2 event: ^2.1.2 convert: ^3.0.1 - modal_bottom_sheet: ^3.0.0-pre + modal_bottom_sheet: 2.0.1 clipboard: ^0.1.3 photo_view: ^0.13.0 flutter_svg: ^1.0.3