6.4.2打包提版

This commit is contained in:
18401019693
2022-09-28 18:27:29 +08:00
parent c7b81a5185
commit b8d9e3a3c3
2 changed files with 2 additions and 2 deletions

View File

@@ -141,7 +141,7 @@ public class AppContext extends CommonAppContext {
String environment = AdjustConfig.ENVIRONMENT_PRODUCTION;
AdjustConfig config = new AdjustConfig(this, "3om5fbglyqdc", environment);
if (CommonAppConfig.IS_GOOGLE_PLAY == true) {
if (CommonAppConfig.IS_GOOGLE_PLAY == false) {
config.setDefaultTracker("{xa7k5ut}");
}
Adjust.onCreate(config);