Commit 44f6cfff authored by Adam Barth's avatar Adam Barth

Tighten flutter's dependency on mojo

The 0.2.1 release of the mojo package isn't actually compatible with Flutter
despite claiming to be a minor release. The real fix is to make Flutter
compatible with that release, but there are several yak shaves involved.
parent 03821585
name: flutter name: flutter
version: 0.0.8 version: 0.0.9
author: Flutter Authors <flutter-dev@googlegroups.com> author: Flutter Authors <flutter-dev@googlegroups.com>
description: A framework for writing Flutter applications description: A framework for writing Flutter applications
homepage: http://flutter.io homepage: http://flutter.io
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
cassowary: '>=0.1.7 <0.2.0' cassowary: '>=0.1.7 <0.2.0'
material_design_icons: '>=0.0.3 <0.1.0' material_design_icons: '>=0.0.3 <0.1.0'
mojo_services: '>=0.3.0 <0.4.0' mojo_services: '>=0.3.0 <0.4.0'
mojo: '>=0.2.0 <0.3.0' mojo: 0.2.0
newton: '>=0.1.4 <0.2.0' newton: '>=0.1.4 <0.2.0'
sky_engine: 0.0.39 sky_engine: 0.0.39
sky_services: 0.0.39 sky_services: 0.0.39
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment