From 7bed50e0b7ec645cbcae036da76cd7af7f937c35 Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Fri, 29 Jan 2016 14:43:17 -0800 Subject: [PATCH] Rollback third_party/dart-sdk to 1.13.0 --- engine/src/flutter/tools/dart/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/flutter/tools/dart/update.py b/engine/src/flutter/tools/dart/update.py index 86fecc36934..26ef78cad71 100755 --- a/engine/src/flutter/tools/dart/update.py +++ b/engine/src/flutter/tools/dart/update.py @@ -18,7 +18,7 @@ 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/stable/raw/' - '1.14.0/sdk/') + '1.13.0/sdk/') LINUX_64_SDK = 'dartsdk-linux-x64-release.zip' MACOS_64_SDK = 'dartsdk-macos-x64-release.zip'