提交 fb351b9d 编写于 作者: E Eric Seidel

Update SkyDemo.apk to versionCode=2 for publishing to play store.

This version updates the url it loads from /home to /sky_home
and also adds a bit of logging on 404s.

TBR=abarth@chromium.org
BUG=

Review URL: https://codereview.chromium.org/1015243002
上级 03234dcf
...@@ -4,7 +4,9 @@ ...@@ -4,7 +4,9 @@
found in the LICENSE file. found in the LICENSE file.
--> -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.domokit.sky.demo"> package="org.domokit.sky.demo"
android:versionCode="2"
android:versionName="0.0.1">
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="21" /> <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="21" />
<uses-permission android:name="android.permission.INTERNET"/> <uses-permission android:name="android.permission.INTERNET"/>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册