Skip to content

Commit

Permalink
fix: flutter build
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 committed Oct 13, 2023
1 parent 58dc21d commit cd5fbc7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: 3.13.4
flutter-version: 3.13.7
channel: "stable"
- run: |
sudo apt-get update -y
Expand Down
2 changes: 1 addition & 1 deletion flutter/macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: b12031696757c42b3f0b126879fdd67a33e3673a

COCOAPODS: 1.12.1
COCOAPODS: 1.13.0
4 changes: 2 additions & 2 deletions flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ dependencies:
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
ffi: ^2.0.1
flutter_rust_bridge: 1.82.3
flutter_rust_bridge: 1.82.1
meta: ^1.8.0
qr_flutter: ^4.1.0
share_plus: ^7.0.2
share_plus: ^7.1.0
flutter_riverpod: ^2.3.6
fl_chart: ^0.64.0
go_router: ^11.0.0
Expand Down

0 comments on commit cd5fbc7

Please sign in to comment.