diff --git a/sky/sdk/CHANGELOG.md b/sky/sdk/CHANGELOG.md index 8fab2cb85db42..448e203418f6c 100644 --- a/sky/sdk/CHANGELOG.md +++ b/sky/sdk/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.19 + + - 49 changes: https://github.com/domokit/mojo/compare/a64559a...1b8968c + ## 0.0.18 - 41 changes: https://github.com/domokit/mojo/compare/246e279...c3119f6 diff --git a/sky/sdk/example/demo_launcher/apk/AndroidManifest.xml b/sky/sdk/example/demo_launcher/apk/AndroidManifest.xml index fa161633d15ba..a10f9ce99f068 100644 --- a/sky/sdk/example/demo_launcher/apk/AndroidManifest.xml +++ b/sky/sdk/example/demo_launcher/apk/AndroidManifest.xml @@ -3,7 +3,7 @@ Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. --> - + @@ -17,4 +17,4 @@ - + \ No newline at end of file diff --git a/sky/sdk/example/demo_launcher/apk/release_notes/0.0.19.txt b/sky/sdk/example/demo_launcher/apk/release_notes/0.0.19.txt new file mode 100644 index 0000000000000..8756530cb9ca2 --- /dev/null +++ b/sky/sdk/example/demo_launcher/apk/release_notes/0.0.19.txt @@ -0,0 +1,7 @@ +Fixed a common startup crasher on Android systems before 5.0 +Fixed to not draw behind the status bar on before Android 5.0 +First release from new http://github.com/domokit/sky_engine repository. + +I suspect there may still be some crashes we will be fixing +in the coming days as we set up systems to catch these crashes +before they are shipped to users. diff --git a/sky/sdk/pubspec.yaml b/sky/sdk/pubspec.yaml index e0e81898bef04..89af220a4ea19 100644 --- a/sky/sdk/pubspec.yaml +++ b/sky/sdk/pubspec.yaml @@ -11,4 +11,4 @@ environment: sdk: '>=1.8.0 <2.0.0' homepage: https://github.com/domokit/mojo/tree/master/sky name: sky -version: 0.0.18 +version: 0.0.19 diff --git a/sky/tools/roll_versions.py b/sky/tools/roll_versions.py index 08b4c009d1eef..80861c4c967e8 100755 --- a/sky/tools/roll_versions.py +++ b/sky/tools/roll_versions.py @@ -11,9 +11,6 @@ PUBSPECS = [ 'sky/sdk/pubspec.yaml', - 'mojo/public/dart/pubspec.yaml', - 'mojo/dart/mojo_services/pubspec.yaml', - 'mojo/dart/mojom/pubspec.yaml', ] MANIFESTS = [