埋点配置

This commit is contained in:
18401019693
2023-09-08 15:57:33 +08:00
parent a3dacf1f59
commit d643df72bc
4 changed files with 49 additions and 106 deletions

View File

@@ -4,7 +4,7 @@ ext {
buildToolsVersion: "29.0.2",
minSdkVersion : 21,
targetSdkVersion : 33,
versionCode : 447,
versionCode : 449,
versionName : "6.5.5"
]
manifestPlaceholders = [
@@ -22,10 +22,9 @@ ext {
baiduAppSecretKey: "nEVSgmuGpU0pjPr6VleEGGAl0hzGW52S",
// true表示谷歌支付 false
isGooglePlay : false,
isGooglePlay : true,
//是否上报异常日志
isUploadLog : true,
//是否打包成插件包模式
isPluginModel : true,
]
isPluginModel : false, ]
}