Bump Dart SDK to 1.24.0-dev.3.0. (#10110)

* Bump Dart SDK to `1.24.0-dev.3.0`.

* Fix (mega) gallery creation.
This commit is contained in:
Phil Quitslund
2017-05-22 10:01:22 -07:00
committed by GitHub
parent d94ae089c7
commit f21abb6ead
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
1.23.0-dev.11.11
1.24.0-dev.3.0

View File

@@ -108,7 +108,7 @@ void main() {
// Make sure the imports are not marked as unused.
${importRefs.toString().trim()}
runApp(new GalleryApp());
runApp(const GalleryApp());
}
''';