client_Hale
2019-06-20 4093f02494ecfe727fb8bfabc6d0f1b47cd4f7f8
update 易乐极光推送
5个文件已修改
12 ■■■■■ 已修改文件
ChannelDiff/Android/yilexbqy/AndroidManifest.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ChannelDiff/Android/yilexbqy/libs/yl_sdk-game_ylgame-release.aar 补丁 | 查看 | 原始文档 | blame | 历史
Project/yl_sdk/build.gradle 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Project/yl_sdk/src/game_ylgame/java/com/secondworld/univeralsdk/H2EngineSDK.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Project/yl_sdk/src/game_ylgame/java/com/secondworld/univeralsdk/YLPlatformUtil.java 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ChannelDiff/Android/yilexbqy/AndroidManifest.xml
@@ -394,7 +394,7 @@
            android:value="developer-default" /> <!-- Required. AppKey copied from Portal -->
        <meta-data
            android:name="JPUSH_APPKEY"
            android:value="de9e26bb35598bd8c602e1d9" />
            android:value="75cabb6bec28ffc681878516" />
    </application>
</manifest>
ChannelDiff/Android/yilexbqy/libs/yl_sdk-game_ylgame-release.aar
Binary files differ
Project/yl_sdk/build.gradle
@@ -27,13 +27,14 @@
    productFlavors {
        game_ylgame {
            dimension "default"
            manifestPlaceholders.put("JpushAppKey", "de9e26bb35598bd8c602e1d9")
            // --------------------------------------------------------------
            // manifestPlaceholders.put("JpushAppKey", "de9e26bb35598bd8c602e1d9") //1.6
            // manifestPlaceholders.put("appId", "com.android.yiru.menghtj") //1.6
            // manifestPlaceholders.put("TrackAppID", "ffae98b68ba32b45a6d5fbd1203b9ae1") // 1.6
            // manifestPlaceholders.put("TT_AppName", "menghuantianjiao") // 1.6
            // manifestPlaceholders.put("TT_AppID", "155534") // 1.6
            // --------------------------------------------------------------
            manifestPlaceholders.put("JpushAppKey", "75cabb6bec28ffc681878516") // 2.0
            manifestPlaceholders.put("appId", "com.yiru.menhtj") //2.0
            manifestPlaceholders.put("TrackAppID", "34984be594b93353e6fd41d0b4f3b78d") // 2.0
            manifestPlaceholders.put("TT_AppName", "mhtj_new") // 2.0
Project/yl_sdk/src/game_ylgame/java/com/secondworld/univeralsdk/H2EngineSDK.java
@@ -327,7 +327,7 @@
            return;
        }
        PushEnable = activity.getPackageName().equals("com.android.yiru.menghtj");
        PushEnable = activity.getPackageName().equals("com.yiru.menhtj");
        new Thread(new Runnable()
        {
Project/yl_sdk/src/game_ylgame/java/com/secondworld/univeralsdk/YLPlatformUtil.java
@@ -10,16 +10,11 @@
import com.aoyou.sdk.domain.PaymentCallbackInfo;
import com.aoyou.sdk.domain.PaymentErrorMsg;
import com.reyun.tracking.sdk.Tracking;
import com.squareup.okhttp.Callback;
import com.squareup.okhttp.OkHttpClient;
import com.squareup.okhttp.Request;
import com.squareup.okhttp.Response;
import com.ss.android.common.lib.EventUtils;
import org.json.JSONException;
import org.json.JSONObject;
import java.io.IOException;
import java.util.HashMap;
import java.util.Map;