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 within constraints (flutter pub upgrade)
Also update the CocoaPods lockfiles. This required some fiddling; ultimately the commands were: ( cd ios && pod update sqlite3 Firebase/CoreOnly ) ( cd macos && pod update sqlite3 Firebase/CoreOnly ) flutter build ios --config-only flutter build macos --config-only Without the `pod update` commands, there were various misleading error messages, some of them claiming the problem was that one pod required a higher minimum deployment target than another.
- Loading branch information
Showing
3 changed files
with
148 additions
and
148 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.