This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +14
-6
lines changed
example/demo_launcher/apk Expand file tree Collapse file tree 5 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 1+ ## 0.0.19
2+
3+ - 49 changes: https://github.com/domokit/mojo/compare/a64559a...1b8968c
4+
15## 0.0.18
26
37 - 41 changes: https://github.com/domokit/mojo/compare/246e279...c3119f6
Original file line number Diff line number Diff line change 33 Use of this source code is governed by a BSD-style license that can be
44 found in the LICENSE file.
55 -->
6- <manifest xmlns : android =" http://schemas.android.com/apk/res/android" package =" org.domokit.sky.demo" android : versionCode =" 18 " android : versionName =" 0.0.18 " >
6+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" package =" org.domokit.sky.demo" android : versionCode =" 19 " android : versionName =" 0.0.19 " >
77
88 <uses-sdk android : minSdkVersion =" 14" android : targetSdkVersion =" 21" />
99 <uses-permission android : name =" android.permission.INTERNET" />
1717 </intent-filter >
1818 </activity >
1919 </application >
20- </manifest >
20+ </manifest >
Original file line number Diff line number Diff line change 1+ Fixed a common startup crasher on Android systems before 5.0
2+ Fixed to not draw behind the status bar on before Android 5.0
3+ First release from new http://github.com/domokit/sky_engine repository.
4+
5+ I suspect there may still be some crashes we will be fixing
6+ in the coming days as we set up systems to catch these crashes
7+ before they are shipped to users.
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ environment:
1111 sdk : ' >=1.8.0 <2.0.0'
1212homepage : https://github.com/domokit/mojo/tree/master/sky
1313name : sky
14- version : 0.0.18
14+ version : 0.0.19
Original file line number Diff line number Diff line change 1111
1212PUBSPECS = [
1313 'sky/sdk/pubspec.yaml' ,
14- 'mojo/public/dart/pubspec.yaml' ,
15- 'mojo/dart/mojo_services/pubspec.yaml' ,
16- 'mojo/dart/mojom/pubspec.yaml' ,
1714]
1815
1916MANIFESTS = [
You can’t perform that action at this time.
0 commit comments