[null-safety] increase sky engine min sdk (#22322)

This commit is contained in:
Jonah Williams 2020-11-05 18:24:53 -08:00 committed by GitHub
parent 8e6264d49c
commit 4b5b496fa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 3 deletions

View File

@ -8,4 +8,4 @@ dependencies:
path:
../sky_services
environment:
sdk: '>=1.8.0 <3.0.0'
sdk: ">=2.12.0-0 <3.0.0"

View File

@ -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"

View File

@ -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"

View File

@ -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.