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 a37901d commit 3d2cc60Copy full SHA for 3d2cc60
tools/dart/update.py
@@ -19,7 +19,7 @@
19
# How to roll the dart sdk: Just change this url! We write this to the stamp
20
# file after we download, and then check the stamp file for differences.
21
SDK_URL_BASE = ('http://gsdview.appspot.com/dart-archive/channels/stable/raw/'
22
- '1.21.0/sdk/')
+ '1.24.2/sdk/')
23
24
LINUX_64_SDK = 'dartsdk-linux-x64-release.zip'
25
MACOS_64_SDK = 'dartsdk-macos-x64-release.zip'
0 commit comments