Unverified Commit 91568cc9 authored by Michael Thomsen's avatar Michael Thomsen Committed by GitHub

Adjust upper Dart SDK constraint (#116586)

parent 30c57514
......@@ -323,8 +323,7 @@ class CreateCommand extends CreateBase {
linux: includeLinux,
macos: includeMacos,
windows: includeWindows,
// Enable null safety everywhere.
dartSdkVersionBounds: "'>=$dartSdk <3.0.0'",
dartSdkVersionBounds: "'>=$dartSdk <4.0.0'",
implementationTests: boolArgDeprecated('implementation-tests'),
agpVersion: gradle.templateAndroidGradlePluginVersion,
kotlinVersion: gradle.templateKotlinGradlePluginVersion,
......
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