-
Notifications
You must be signed in to change notification settings - Fork 29.2k
Bump Android dependencies that rely on Jcenter #96558
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat. If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix? Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
@@ -13,7 +13,7 @@ dependencies: | |||
string_scanner: 1.1.0 | |||
url_launcher: 6.0.17 | |||
cupertino_icons: 1.0.4 | |||
video_player: 2.1.1 | |||
video_player: 2.2.11 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Weird, this totally exists, and it works for me locally.
ERR : Because flutter_gallery depends on video_player 2.2.11 which doesn't match any versions, version solving failed.
Also, run flutter update-packages --force-upgrade
, you'll see the autogenerated video_player_web
line get bumped too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there was a comment that the latest version doesn't work in CI. Very weird:
https://github.com/flutter/flutter/pull/96558/files#diff-61e5e832b7178fde4befd707ba407f598be7966a1671db8dc1a607661f09cca2L38-R38
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@blasten does 2.1.2 work?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2.2.11 worked after you ran update-packages
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't remember why it was pinned.
device_info has a similar problem #96550 (comment) |
Co-authored-by: Jenn Magder <magder@google.com>
Co-authored-by: Jenn Magder <magder@google.com>
Co-authored-by: Jenn Magder <magder@google.com>
@@ -66,7 +66,7 @@ Future<void> _testBuildIosFramework(Directory projectDir, { bool isModule = fals | |||
String content = pubspec.readAsStringSync(); | |||
content = content.replaceFirst( | |||
'\ndependencies:\n', | |||
'\ndependencies:\n device_info: 0.4.1\n package_info: 0.4.0+9\n connectivity: 3.0.3\n', | |||
'\ndependencies:\n device_info: 2.0.3\n package_info: 2.0.2\n connectivity: 3.0.6\n', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Grr
"reason": "FileSystemException: Expected file to exist., path = '/opt/s/w/ir/x/t/flutter_module_test.GlHziT/hello_module/flutter-frameworks/Debug/device_info.xcframework/ios-arm64_armv7/device_info.framework/Headers/DeviceInfoPlugin.h'"
Working on a fix.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fixes #96550