[Build]修正打Release包失败

This commit is contained in:
zd
2021-11-02 14:00:17 +08:00
committed by renwenjie
parent 246998e46c
commit 2652413e35

View File

@@ -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"