[3.3.0][Opt]新增弱网监测功能

This commit is contained in:
chenfufeng
2023-06-12 16:52:44 +08:00
parent 6488716ac3
commit 59dd44a14b
8 changed files with 146 additions and 10 deletions

View File

@@ -94,6 +94,7 @@ dependencies {
implementation group: "com.tencent.matrix", name: "matrix-trace-canary", version: MATRIX_VERSION, changing: true
implementation group: "com.tencent.matrix", name: "matrix-io-canary", version: MATRIX_VERSION, changing: true
implementation group: "com.tencent.matrix", name: "matrix-hooks", version: MATRIX_VERSION, changing: true
implementation rootProject.ext.dependencies.weak_network
implementation project(':foudations:mogo-commons')
implementation project(':core:mogo-core-utils')