From 241e7efb009cc7cc7e991da49937ee11e1c01bbd Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期三, 22 八月 2018 16:05:18 +0800
Subject: [PATCH] fixed 针对头条android版本23修改为22, 库及相应逻辑修改提交

---
 Project/app/build.gradle |   19 ++++++++++++++++++-
 1 files changed, 18 insertions(+), 1 deletions(-)

diff --git a/Project/app/build.gradle b/Project/app/build.gradle
index 4183072..3e7ef4f 100644
--- a/Project/app/build.gradle
+++ b/Project/app/build.gradle
@@ -29,24 +29,40 @@
             manifestPlaceholders.put("appId", "com.shandangceshi.snxxz")
             manifestPlaceholders.put("TrackAppID", "5ae23b6b905f98d9b8bd542debf35678")
             manifestPlaceholders.put("TrackChannelID", "_default_")
+            manifestPlaceholders.put("JpushAppKey", "22186239fee975f883198cf4")
+            manifestPlaceholders.put("TT_AppName", "灏戝勾淇粰浼�")
+            manifestPlaceholders.put("TT_AppID", 151709)
+            manifestPlaceholders.put("TT_Chanel", "android-snxxz")
         }
         djx {
             dimension "default"
             manifestPlaceholders.put("appId", "com.shandangceshi.snxxz")
             manifestPlaceholders.put("TrackAppID", "fa550076116709861b7e9b61bb401710")
             manifestPlaceholders.put("TrackChannelID", "_default_")
+            manifestPlaceholders.put("JpushAppKey", "22186239fee975f883198cf4")
+            manifestPlaceholders.put("TT_AppName", "灏戝勾淇粰浼�")
+            manifestPlaceholders.put("TT_AppID", "151709")
+            manifestPlaceholders.put("TT_Chanel", "android-snxxz")
         }
         lxj {
             dimension "default"
             manifestPlaceholders.put("appId", "com.zyxhgame.game007")
             manifestPlaceholders.put("TrackAppID", "0c5ad863fb8935d18b3ecefe05389701")
             manifestPlaceholders.put("TrackChannelID", "_default_")
+            manifestPlaceholders.put("JpushAppKey", "c848276e83ce1f5761ff4b27")
+            manifestPlaceholders.put("TT_AppName", "灏戝勾淇粰浼�")
+            manifestPlaceholders.put("TT_AppID", "151709")
+            manifestPlaceholders.put("TT_Chanel", "android-snxxz")
         }
         secondworld {
             dimension "default"
             manifestPlaceholders.put("appId", "com.secondworld.snxxz")
             manifestPlaceholders.put("TrackAppID", "5ae23b6b905f98d9b8bd542debf35678")
             manifestPlaceholders.put("TrackChannelID", "_default_")
+            manifestPlaceholders.put("JpushAppKey", "22186239fee975f883198cf4")
+            manifestPlaceholders.put("TT_AppName", "灏戝勾淇粰浼�")
+            manifestPlaceholders.put("TT_AppID", "151709")
+            manifestPlaceholders.put("TT_Chanel", "android-snxxz")
         }
     }
 }
@@ -67,6 +83,7 @@
     implementation files('libs/okio.jar')
     implementation files('libs/tracking1.3.0.jar')
     compile(name: 'freesdk-release', ext: 'aar')
+    compile(name: 'applog-release', ext: 'aar')
     provided files('libs/unity-classes.jar')
 }
 
@@ -123,6 +140,6 @@
     dependsOn autoCopySecondWorldAndroidManifest
     from 'build/outputs/aar/'
     include "app-secondworld-release.aar"
-    into 'C:\\Unity3D_SDK\\Android\\test\\lib\\'
+    into 'C:\\Unity3D_SDK\\Android\\test\\libs\\'
 
 }
\ No newline at end of file

--
Gitblit v1.8.0