mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll versions in preparation for deploying demos/packages
TBR=abarth@google.com Review URL: https://codereview.chromium.org/1216053015 .
This commit is contained in:
parent
c1ebc56e38
commit
00adca7710
@ -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
|
||||
|
||||
@ -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>
|
||||
@ -1,10 +1,10 @@
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user