Skip to content

Commit 3d2cc60

Browse files
authored
upgrade to Dart SDK 1.24.2 (flutter#74)
1 parent a37901d commit 3d2cc60

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/stable/raw/'
22-
'1.21.0/sdk/')
22+
'1.24.2/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)