mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Merge pull request #2320 from abarth/update_dart
Update Dart SDK to 1.14
This commit is contained in:
commit
c8bc30ce2f
@ -17,8 +17,8 @@ import sys
|
||||
|
||||
# How to roll the dart sdk: Just change this url! We write this to the stamp
|
||||
# file after we download, and then check the stamp file for differences.
|
||||
SDK_URL_BASE = ('http://gsdview.appspot.com/dart-archive/channels/dev/raw/'
|
||||
'1.13.0/sdk/')
|
||||
SDK_URL_BASE = ('http://gsdview.appspot.com/dart-archive/channels/stable/raw/'
|
||||
'1.14.0/sdk/')
|
||||
|
||||
LINUX_64_SDK = 'dartsdk-linux-x64-release.zip'
|
||||
MACOS_64_SDK = 'dartsdk-macos-x64-release.zip'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user