修复手机开播Pk界面问题,直播间聊天滚动至底部优化

This commit is contained in:
18401019693
2022-12-01 13:34:25 +08:00
parent 0b1393615c
commit 80a1508dfc
4 changed files with 33 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ ext {
buildToolsVersion: "28.0.3",
minSdkVersion : 21,
targetSdkVersion : 31,
versionCode : 308,
versionCode : 310,
versionName : "6.4.5"
]
manifestPlaceholders = [
@@ -25,7 +25,7 @@ ext {
baiduAppSecretKey: "nEVSgmuGpU0pjPr6VleEGGAl0hzGW52S",
// true表示谷歌支付 false
isGooglePlay : true,
isGooglePlay : false,
//是否上报异常日志
isUploadLog : true
]