6.4.2打包提版
This commit is contained in:
parent
c7b81a5185
commit
b8d9e3a3c3
@ -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);
|
||||
|
@ -4,7 +4,7 @@ ext {
|
||||
buildToolsVersion: "28.0.3",
|
||||
minSdkVersion : 21,
|
||||
targetSdkVersion : 31,
|
||||
versionCode : 214,
|
||||
versionCode : 215,
|
||||
versionName : "6.4.2"
|
||||
]
|
||||
manifestPlaceholders = [
|
||||
|
Loading…
Reference in New Issue
Block a user