mirror of
https://github.com/fergalmoran/chrometophone.git
synced 2025-12-26 19:52:49 +00:00
Bumping version numbers to 2.0.x for consumer launch
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.google.android.apps.chrometophone"
|
package="com.google.android.apps.chrometophone"
|
||||||
android:versionCode="8"
|
android:versionCode="9"
|
||||||
android:versionName="1.7">
|
android:versionName="2.0.0">
|
||||||
<!-- Only this application can receive the messages and registration result -->
|
<!-- Only this application can receive the messages and registration result -->
|
||||||
<permission android:name="com.google.android.apps.chrometophone.permission.C2D_MESSAGE" android:protectionLevel="signature" />
|
<permission android:name="com.google.android.apps.chrometophone.permission.C2D_MESSAGE" android:protectionLevel="signature" />
|
||||||
<uses-permission android:name="com.google.android.apps.chrometophone.permission.C2D_MESSAGE" />
|
<uses-permission android:name="com.google.android.apps.chrometophone.permission.C2D_MESSAGE" />
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "__MSG_app_name__",
|
"name": "__MSG_app_name__",
|
||||||
"description": "__MSG_app_desc__",
|
"description": "__MSG_app_desc__",
|
||||||
"version": "1.1",
|
"version": "2.0.0",
|
||||||
"default_locale": "en",
|
"default_locale": "en",
|
||||||
"icons": { "128": "icon_128.png" },
|
"icons": { "128": "icon_128.png" },
|
||||||
"options_page": "help.html",
|
"options_page": "help.html",
|
||||||
|
|||||||
Reference in New Issue
Block a user