[6.2.0][技术优化] 升级版本,消息记录添加历史和入队时间戳

This commit is contained in:
renwj
2023-11-29 12:08:26 +08:00
parent 11f91bfd0c
commit 328b093ed6
6 changed files with 9 additions and 11 deletions

View File

@@ -103,9 +103,7 @@ dependencies {
implementation project(':core:mogo-core-function-call')
implementation project(':core:mogo-core-res')
if (!rootProject.isJunkDetectEnable()) {
compileOnly rootProject.ext.dependencies.apm_insight
}
compileOnly rootProject.ext.dependencies.apm_insight
}
apply from: new File(rootProject.rootDir, "gradle/upload.gradle").toString()