diff --git a/sdk/CHANGELOG.md b/sdk/CHANGELOG.md index 658184a02177c2bfca9235e8650430414c8f9eb1..3cbf265b6194fb4b274c584d2c91240765e4bff6 100644 --- a/sdk/CHANGELOG.md +++ b/sdk/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.14 + + - 42 changes: https://github.com/domokit/mojo/compare/3de9766...cf84c48 + ## 0.0.13 - 70 changes: https://github.com/domokit/mojo/compare/889091e...136e0d4 diff --git a/sdk/example/demo_launcher/apk/AndroidManifest.xml b/sdk/example/demo_launcher/apk/AndroidManifest.xml index 037dd920adb4f57e7c1f508661ff07234018dff0..f2302a735fc9e6c3ce0d0a4f8a0ff8bce5a6a152 100644 --- a/sdk/example/demo_launcher/apk/AndroidManifest.xml +++ b/sdk/example/demo_launcher/apk/AndroidManifest.xml @@ -3,23 +3,18 @@ Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. --> - + - + - + \ No newline at end of file diff --git a/sdk/pubspec.yaml b/sdk/pubspec.yaml index 0bc1bdd8fc4c781f0733fec00d19299976785a39..68654f44a39f12f0d792fcb9a55e34d1a3206c19 100644 --- a/sdk/pubspec.yaml +++ b/sdk/pubspec.yaml @@ -1,10 +1,10 @@ author: Chromium Authors dependencies: mojo: '>=0.0.1 <1.0.0' - mojom: '>=0.0.4 <1.0.0' mojo_services: '>=0.0.4 <1.0.0' + mojom: '>=0.0.4 <1.0.0' vector_math: '>=1.4.3 <2.0.0' description: Dart files to support executing inside Sky. homepage: https://github.com/domokit/mojo/tree/master/sky name: sky -version: 0.0.13 +version: 0.0.14