diff --git a/app/build.gradle b/app/build.gradle index 33466bf4aa..4daa588153 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -373,8 +373,6 @@ dependencies { apply from: "./functions/widgets.gradle" apply from: "./functions/tts.gradle" -// implementation group: "com.tencent.matrix", name: "matrix-trace-canary", version:'0.6.6', changing: true - } apply plugin: 'com.tencent.matrix-plugin' diff --git a/build.gradle b/build.gradle index e4354571d3..d210cb3ce4 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,6 @@ buildscript { classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.71' classpath "com.alibaba:arouter-register:1.0.2" classpath 'com.hujiang.aspectjx:gradle-android-plugin-aspectjx:2.0.4' - classpath ("com.tencent.matrix:matrix-gradle-plugin:0.6.6") { changing = true } // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }