We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dd54c5 commit 9762dbeCopy full SHA for 9762dbe
app/lib/shared/versions.dart
@@ -61,8 +61,8 @@ bool shouldGCVersion(String version) =>
61
version.compareTo(gcBeforeRuntimeVersion) < 0;
62
63
// keep in-sync with SDK version in .mono_repo.yml and Dockerfile
64
-final String runtimeSdkVersion = '3.9.0';
65
-final String toolStableDartSdkVersion = '3.8.3';
+final String runtimeSdkVersion = '3.8.0';
+final String toolStableDartSdkVersion = '3.9.0';
66
final String toolStableFlutterSdkVersion = '3.32.8';
67
68
final semanticToolStableDartSdkVersion =
0 commit comments