create ShareUtil

This commit is contained in:
2023-02-06 15:57:56 +08:00
parent 8f58c485c8
commit d14939c893
2 changed files with 21 additions and 1 deletions

View File

@@ -27,6 +27,6 @@ ext {
// true表示谷歌支付 false
isGooglePlay : false,
//是否上报异常日志
isUploadLog : true
isUploadLog : false
]
}