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"