Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(373)

Unified Diff: sky/sdk/example/demo_launcher/apk/AndroidManifest.xml

Issue 1216053015: Roll versions in preparation for deploying demos/packages (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/sdk/CHANGELOG.md ('k') | sky/sdk/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/example/demo_launcher/apk/AndroidManifest.xml
diff --git a/sky/sdk/example/demo_launcher/apk/AndroidManifest.xml b/sky/sdk/example/demo_launcher/apk/AndroidManifest.xml
index 037dd920adb4f57e7c1f508661ff07234018dff0..f2302a735fc9e6c3ce0d0a4f8a0ff8bce5a6a152 100644
--- a/sky/sdk/example/demo_launcher/apk/AndroidManifest.xml
+++ b/sky/sdk/example/demo_launcher/apk/AndroidManifest.xml
@@ -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 previous file with comments | « sky/sdk/CHANGELOG.md ('k') | sky/sdk/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698