From ef7f8260bc19e2b276c78f89c40326f45f151600 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期二, 14 八月 2018 10:59:22 +0800
Subject: [PATCH] fixed 灵仙记替换包名

---
 渠道差异/灵仙记/AndroidManifest.xml      |   20 ++++++++++----------
 渠道差异/灵仙记/libs/app-lxj-release.aar |    0 
 Project/app/build.gradle          |    2 +-
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/Project/app/build.gradle b/Project/app/build.gradle
index 303d2b8..4183072 100644
--- a/Project/app/build.gradle
+++ b/Project/app/build.gradle
@@ -38,7 +38,7 @@
         }
         lxj {
             dimension "default"
-            manifestPlaceholders.put("appId", "com.zyxhgame.gamelxj")
+            manifestPlaceholders.put("appId", "com.zyxhgame.game007")
             manifestPlaceholders.put("TrackAppID", "0c5ad863fb8935d18b3ecefe05389701")
             manifestPlaceholders.put("TrackChannelID", "_default_")
         }
diff --git "a/\346\270\240\351\201\223\345\267\256\345\274\202/\347\201\265\344\273\231\350\256\260/AndroidManifest.xml" "b/\346\270\240\351\201\223\345\267\256\345\274\202/\347\201\265\344\273\231\350\256\260/AndroidManifest.xml"
index edbff23..0d0e24b 100644
--- "a/\346\270\240\351\201\223\345\267\256\345\274\202/\347\201\265\344\273\231\350\256\260/AndroidManifest.xml"
+++ "b/\346\270\240\351\201\223\345\267\256\345\274\202/\347\201\265\344\273\231\350\256\260/AndroidManifest.xml"
@@ -30,10 +30,10 @@
         android:protectionLevel="signature" />
     <!-- Required -->
     <permission
-        android:name="com.zyxhgame.gamelxj.permission.JPUSH_MESSAGE"
+        android:name="com.zyxhgame.game007.permission.JPUSH_MESSAGE"
         android:protectionLevel="signature" />
 
-    <uses-permission android:name="com.zyxhgame.gamelxj.permission.JPUSH_MESSAGE" />
+    <uses-permission android:name="com.zyxhgame.game007.permission.JPUSH_MESSAGE" />
     <uses-permission android:name="android.permission.RECEIVE_USER_PRESENT" />
     <uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
 
@@ -68,7 +68,7 @@
         <!-- 閽堝7.0浠ヤ笂鐨刟pi寮�鏀剧殑鏂囦欢鏉冮檺 -->
         <provider
             android:name="android.support.v4.content.FileProvider"
-            android:authorities="com.zyxhgame.gamelxj.fileProvider"
+            android:authorities="com.zyxhgame.game007.fileProvider"
             android:exported="false"
             android:grantUriPermissions="true" >
             <meta-data
@@ -109,7 +109,7 @@
         <!-- since 3.0.9 Required SDK 鏍稿績鍔熻兘 -->
         <provider
             android:name="cn.jpush.android.service.DataProvider"
-            android:authorities="com.zyxhgame.gamelxj.DataProvider"
+            android:authorities="com.zyxhgame.game007.DataProvider"
             android:exported="true" />
 
         <!-- since 1.8.0 option 鍙�夐」銆傜敤浜庡悓涓�璁惧涓笉鍚屽簲鐢ㄧ殑JPush鏈嶅姟鐩镐簰鎷夎捣鐨勫姛鑳姐�� -->
@@ -121,14 +121,14 @@
             <intent-filter>
                 <action android:name="cn.jpush.android.intent.DaemonService" />
 
-                <category android:name="com.zyxhgame.gamelxj" />
+                <category android:name="com.zyxhgame.game007" />
             </intent-filter>
         </service>
 
         <!-- since 3.1.0 Required SDK 鏍稿績鍔熻兘 -->
         <provider
             android:name="cn.jpush.android.service.DownloadProvider"
-            android:authorities="com.zyxhgame.gamelxj.DownloadProvider"
+            android:authorities="com.zyxhgame.game007.DownloadProvider"
             android:exported="true" />
 
         <!-- Required SDK鏍稿績鍔熻兘 -->
@@ -138,7 +138,7 @@
             <intent-filter android:priority="1000" >
                 <action android:name="cn.jpush.android.intent.NOTIFICATION_RECEIVED_PROXY" />
 
-                <category android:name="com.zyxhgame.gamelxj" />
+                <category android:name="com.zyxhgame.game007" />
             </intent-filter>
             <intent-filter>
                 <action android:name="android.intent.action.USER_PRESENT" />
@@ -163,7 +163,7 @@
                 <action android:name="cn.jpush.android.ui.PushActivity" />
 
                 <category android:name="android.intent.category.DEFAULT" />
-                <category android:name="com.zyxhgame.gamelxj" />
+                <category android:name="com.zyxhgame.game007" />
             </intent-filter>
         </activity>
         <!-- SDK鏍稿績鍔熻兘 -->
@@ -174,7 +174,7 @@
             android:theme="@style/MyDialogStyle" >
             <intent-filter>
                 <category android:name="android.intent.category.DEFAULT" />
-                <category android:name="com.zyxhgame.gamelxj" />
+                <category android:name="com.zyxhgame.game007" />
             </intent-filter>
         </activity>
 
@@ -215,7 +215,7 @@
                 <!-- 鎺ユ敹缃戠粶鍙樺寲 杩炴帴/鏂紑 since 1.6.3 -->
                 <action android:name="cn.jpush.android.intent.CONNECTION" />
 
-                <category android:name="com.zyxhgame.gamelxj" />
+                <category android:name="com.zyxhgame.game007" />
             </intent-filter>
         </receiver>
 
diff --git "a/\346\270\240\351\201\223\345\267\256\345\274\202/\347\201\265\344\273\231\350\256\260/libs/app-lxj-release.aar" "b/\346\270\240\351\201\223\345\267\256\345\274\202/\347\201\265\344\273\231\350\256\260/libs/app-lxj-release.aar"
index 78ef91d..c0af35e 100644
--- "a/\346\270\240\351\201\223\345\267\256\345\274\202/\347\201\265\344\273\231\350\256\260/libs/app-lxj-release.aar"
+++ "b/\346\270\240\351\201\223\345\267\256\345\274\202/\347\201\265\344\273\231\350\256\260/libs/app-lxj-release.aar"
Binary files differ

--
Gitblit v1.8.0