Merge pull request #1117 from abarth/rm_redundant
Remove redundant enum declarations from text_style.dart
diff --git a/README.md b/README.md
index d2e44ee..1a3dcbf 100644
--- a/README.md
+++ b/README.md
@@ -2,16 +2,12 @@
===
[](https://travis-ci.org/domokit/sky_engine)
-Sky is a new way to build high performance, cross platform mobile apps.
-More specifically, Sky is a rendering engine, a scripting engine, an
-(optional) framework, and an (optional) set of [Material Design](https://www.google.com/design/spec/material-design/introduction.html) widgets.
-Sky is optimized for today's, and tomorrow's, mobile devices. We are focused
-on low-latency input and high frame rates on Android and iOS.
+Sky is a new way to build high-performance, cross-platform mobile apps. Sky is optimized for today's, and tomorrow's, mobile devices. We are focused on low-latency input and high frame rates on Android and iOS.
- For information about using Sky to build apps, please see
- [Getting Started with Sky](sky/packages/sky/README.md).
+ the [getting started guide](https://flutter.github.io/getting-started/).
- - For information about contributing to Sky, please see
+ - For information about contributing code to Sky itself, please see
[CONTRIBUTING.md](CONTRIBUTING.md).
Community
diff --git a/tools/dart/update.py b/tools/dart/update.py
index 349c1ab..2cb9db1 100755
--- a/tools/dart/update.py
+++ b/tools/dart/update.py
@@ -18,7 +18,7 @@
# 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-dev.0.0/sdk/')
+ '1.13.0-dev.2.0/sdk/')
LINUX_64_SDK = 'dartsdk-linux-x64-release.zip'
MACOS_64_SDK = 'dartsdk-macos-x64-release.zip'