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 02f8fc4 commit 9881cb0Copy full SHA for 9881cb0
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/dev/raw/'
22
- '2.0.0-dev.16.0/sdk/')
+ '2.0.0-dev.20.0/sdk/')
23
24
LINUX_64_SDK = 'dartsdk-linux-x64-release.zip'
25
MACOS_64_SDK = 'dartsdk-macos-x64-release.zip'
0 commit comments