mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
[null-safety] increase sky engine min sdk (#22322)
This commit is contained in:
parent
8e6264d49c
commit
4b5b496fa6
@ -8,4 +8,4 @@ dependencies:
|
||||
path:
|
||||
../sky_services
|
||||
environment:
|
||||
sdk: '>=1.8.0 <3.0.0'
|
||||
sdk: ">=2.12.0-0 <3.0.0"
|
||||
|
||||
@ -5,4 +5,4 @@ description: Dart SDK extensions for dart:ui
|
||||
homepage: http://flutter.io
|
||||
# sky_engine requires sdk_ext support in the analyzer which was added in 1.11.x
|
||||
environment:
|
||||
sdk: '>=1.11.0 <3.0.0'
|
||||
sdk: ">=2.12.0-0 <3.0.0"
|
||||
|
||||
@ -4,4 +4,4 @@ author: Flutter Authors <flutter-dev@googlegroups.com>
|
||||
description: An empty package
|
||||
homepage: http://flutter.io
|
||||
environment:
|
||||
sdk: '>=1.8.0 <3.0.0'
|
||||
sdk: ">=2.12.0-0 <3.0.0"
|
||||
|
||||
@ -1,5 +1,8 @@
|
||||
name: scenario_app
|
||||
publish_to: none
|
||||
environment:
|
||||
sdk: '>=2.12.0-0 <3.0.0'
|
||||
|
||||
|
||||
# These are for convenience during local development. Changing them will not
|
||||
# impact the build.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user