6.5.4礼物冠名

This commit is contained in:
18401019693
2023-08-14 19:16:02 +08:00
parent 84230e517e
commit ad26ae7db8
2 changed files with 8 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ ext {
buildToolsVersion: "29.0.2",
minSdkVersion : 21,
targetSdkVersion : 31,
versionCode : 436,
versionCode : 437,
versionName : "6.5.4"
]
manifestPlaceholders = [
@@ -23,7 +23,7 @@ ext {
// true表示谷歌支付 false
isGooglePlay : true,
//是否上报异常日志
isUploadLog : false,
isUploadLog : true,
//是否打包成插件包模式
isPluginModel : false,
]