forked from zulip/zulip-flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: Upgrade packages (
flutter pub upgrade
)
I ran `flutter pub upgrade`, then updated the CocoaPods lockfiles. This required some fiddling; ultimately the commands were: ( cd ios && pod update sqlite3 ) ( cd macos && pod update sqlite3 ) flutter build ios --config-only flutter build macos --config-only Without the `pod update` commands, there was a misleading error message claiming the problem was that one pod required a higher minimum deployment target than another. Much like in 0dbc0c0. I also ran `flutter pub upgrade --major-versions`, but it didn't make any changes.
- Loading branch information
1 parent
4e9380a
commit 1b0061e
Showing
3 changed files
with
86 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.