From 2652413e3562214fa718ec28aaa9b961c19eb653 Mon Sep 17 00:00:00 2001 From: zd Date: Tue, 2 Nov 2021 14:00:17 +0800 Subject: [PATCH] =?UTF-8?q?[Build]=E4=BF=AE=E6=AD=A3=E6=89=93Release?= =?UTF-8?q?=E5=8C=85=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 265a5d911f..573616ac16 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -150,9 +150,6 @@ dependencies { implementation rootProject.ext.dependencies.androidxappcompat implementation rootProject.ext.dependencies.arouter implementation rootProject.ext.dependencies.boostmultidex - debugImplementation rootProject.ext.dependencies.debugleakcanary - releaseImplementation rootProject.ext.dependencies.releaseleakcanary - implementation rootProject.ext.dependencies.mogologlib compileOnly rootProject.ext.dependencies.adasapi @@ -192,7 +189,7 @@ dependencies { implementation rootProject.ext.dependencies.mogo_core_function_map implementation rootProject.ext.dependencies.mogo_core_function_v2x implementation rootProject.ext.dependencies.mogo_core_function_monitoring - + implementation rootProject.ext.dependencies.releaseleakcanary } else { implementation project(':foudations:mogo-aicloud-services-sdk') implementation project(':foudations:mogo-commons') @@ -227,7 +224,7 @@ dependencies { implementation project(':core:function-impl:mogo-core-function-notice') implementation project(':core:function-impl:mogo-core-function-v2x') implementation project(':core:function-impl:mogo-core-function-monitoring') - + implementation rootProject.ext.dependencies.debugleakcanary } apply from: "./functions/tts.gradle"