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);

View File

@ -4,7 +4,7 @@ ext {
buildToolsVersion: "28.0.3",
minSdkVersion : 21,
targetSdkVersion : 31,
versionCode : 214,
versionCode : 215,
versionName : "6.4.2"
]
manifestPlaceholders = [