mirror of
https://github.com/fergalmoran/chrometophone.git
synced 2025-12-22 09:41:51 +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"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.google.android.apps.chrometophone"
|
||||
android:versionCode="8"
|
||||
android:versionName="1.7">
|
||||
android:versionCode="9"
|
||||
android:versionName="2.0.0">
|
||||
<!-- Only this application can receive the messages and registration result -->
|
||||
<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" />
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "__MSG_app_name__",
|
||||
"description": "__MSG_app_desc__",
|
||||
"version": "1.1",
|
||||
"version": "2.0.0",
|
||||
"default_locale": "en",
|
||||
"icons": { "128": "icon_128.png" },
|
||||
"options_page": "help.html",
|
||||
|
||||
Reference in New Issue
Block a user