Skip to content

Commit 9762dbe

Browse files
committed
fix version
1 parent 7dd54c5 commit 9762dbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/lib/shared/versions.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ bool shouldGCVersion(String version) =>
6161
version.compareTo(gcBeforeRuntimeVersion) < 0;
6262

6363
// 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';
64+
final String runtimeSdkVersion = '3.8.0';
65+
final String toolStableDartSdkVersion = '3.9.0';
6666
final String toolStableFlutterSdkVersion = '3.32.8';
6767

6868
final semanticToolStableDartSdkVersion =

0 commit comments

Comments
 (0)