Skip to content

Commit 1e4fc3e

Browse files
authored
Update dart version to 2.0.0-dev.55.0 (flutter#142)
1 parent e2b647d commit 1e4fc3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.47.0/sdk/')
22+
'2.0.0-dev.55.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)