提交 54f3ba49 编写于 作者: E Eric Seidel

Merge pull request #55 from eseidelGoogle/roll

Roll versions in preparation for deploying a new APK
## 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
......
......@@ -3,7 +3,7 @@
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.domokit.sky.demo" android:versionCode="18" android:versionName="0.0.18">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.domokit.sky.demo" android:versionCode="19" android:versionName="0.0.19">
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="21" />
<uses-permission android:name="android.permission.INTERNET" />
......@@ -17,4 +17,4 @@
</intent-filter>
</activity>
</application>
</manifest>
</manifest>
\ No newline at end of file
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.
......@@ -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
......@@ -11,9 +11,6 @@ import xml.etree.ElementTree as ET
PUBSPECS = [
'sky/sdk/pubspec.yaml',
'mojo/public/dart/pubspec.yaml',
'mojo/dart/mojo_services/pubspec.yaml',
'mojo/dart/mojom/pubspec.yaml',
]
MANIFESTS = [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册