Unverified Commit 78f05dfb authored by Jacob MacDonald's avatar Jacob MacDonald Committed by GitHub

add sdk constraints where missing to prepare for nnbd flag flip (#68611)

parent 16b9933d
......@@ -2,7 +2,7 @@ name: customer_testing
description: Tool to run the tests listed in the flutter/tests repository.
environment:
sdk: any
sdk: '>=2.9.0 <3.0.0'
dependencies:
args: 1.6.0
......
name: android_semantics_testing
description: Integration testing library for Android semantics
environment:
sdk: '>=2.9.0 <3.0.0'
dependencies:
flutter:
......
name: platform_views
description: An integration test for embedded platform views
version: 1.0.0+1
environment:
sdk: '>=2.9.0 <3.0.0'
dependencies:
flutter:
......
name: hybrid_platform_views
description: An integration test for hybrid composition on Android
version: 1.0.0+1
environment:
sdk: '>=2.9.0 <3.0.0'
dependencies:
flutter:
......
name: image_loading
description: Integration testing library for Android semantics
environment:
sdk: '>=2.9.0 <3.0.0'
dependencies:
flutter:
......
name: web_compile_tests
environment:
sdk: '>=2.9.0 <3.0.0'
dependencies:
flutter:
......
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