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.aarBinary 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;