Skip to content

Commit 9881cb0

Browse files
authored
Roll dart dependency to dev.20 (flutter#125)
1 parent 02f8fc4 commit 9881cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/dart/update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# How to roll the dart sdk: Just change this url! We write this to the stamp
2020
# file after we download, and then check the stamp file for differences.
2121
SDK_URL_BASE = ('http://gsdview.appspot.com/dart-archive/channels/dev/raw/'
22-
'2.0.0-dev.16.0/sdk/')
22+
'2.0.0-dev.20.0/sdk/')
2323

2424
LINUX_64_SDK = 'dartsdk-linux-x64-release.zip'
2525
MACOS_64_SDK = 'dartsdk-macos-x64-release.zip'

0 commit comments

Comments
 (0)