修改中英文

This commit is contained in:
18401019693
2023-10-17 17:59:10 +08:00
parent 530622c72c
commit 4ff529ace9
2 changed files with 4 additions and 4 deletions

View File

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