From 80b66fe5f127557f3c4c3f8d296e6ca5bb8e2e8f Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 10 Nov 2020 16:20:55 +0800 Subject: [PATCH] remove unless --- app/build.gradle | 9 --------- 1 file changed, 9 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 4daa588153..6329f1c110 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -375,15 +375,6 @@ dependencies { } -apply plugin: 'com.tencent.matrix-plugin' -matrix { - trace { - enable = true //if you don't want to use trace canary, set false - baseMethodMapFile = "${project.buildDir}/matrix_output/Debug.methodmap" - blackListFile = "${project.projectDir}/matrixTrace/blackMethodList.txt" - } -} - android.applicationVariants.all { variant -> def buildTime = new Date().format("yyyyMMdd", TimeZone.getTimeZone("GMT+08:00")) def flavor = variant.productFlavors.collect { it.name }.join('-')