Unverified Commit 3f2cca8e authored by Jim Graham's avatar Jim Graham Committed by GitHub

Adjust the minimum sdk version in the synthetic pkg for new Dart requirements (#122380)

Manually landing to fix the Engine rolls. The change will not affect Google Testing.
parent e98c5375
......@@ -1440,7 +1440,7 @@ String generateFakePubspec(
final bool verbose = doUpgrade;
result.writeln('name: flutter_update_packages');
result.writeln('environment:');
result.writeln(" sdk: '>=2.10.0 <4.0.0'");
result.writeln(" sdk: '>=2.12.0 <4.0.0'");
result.writeln('dependencies:');
overrides.writeln('dependency_overrides:');
if (kManuallyPinnedDependencies.isNotEmpty) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment