提交 00adca77 编写于 作者: E Eric Seidel

Roll versions in preparation for deploying demos/packages

TBR=abarth@google.com

Review URL: https://codereview.chromium.org/1216053015 .
上级 c1ebc56e
## 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
......
......@@ -3,23 +3,18 @@
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="13" android:versionName="0.0.13">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.domokit.sky.demo" android:versionCode="14" android:versionName="0.0.14">
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="21" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-feature android:name="android.hardware.sensor.accelerometer" android:required="true" />
<application android:icon="@mipmap/ic_launcher" android:label="Sky" android:name="SkyDemoApplication">
<activity android:name="SkyDemoActivity"
android:launchMode="standard"
android:documentLaunchMode="always"
android:hardwareAccelerated="true"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize"
android:theme="@android:style/Theme.Holo.Light.NoActionBar">
<activity android:configChanges="orientation|keyboardHidden|keyboard|screenSize" android:documentLaunchMode="always" android:hardwareAccelerated="true" android:launchMode="standard" android:name="SkyDemoActivity" android:theme="@android:style/Theme.Holo.Light.NoActionBar">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>
</manifest>
\ No newline at end of file
author: Chromium Authors <sky-dev@googlegroups.com>
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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册