Skip to content

Commit

Permalink
🚀 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Mar 21, 2023
1 parent 02c6925 commit 0825165
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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 }}

Expand Down Expand Up @@ -244,15 +244,15 @@ 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')
run: |
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' )
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0825165

Please sign in to comment.