[Build]修正打Release包失败
This commit is contained in:
@@ -150,9 +150,6 @@ dependencies {
|
|||||||
implementation rootProject.ext.dependencies.androidxappcompat
|
implementation rootProject.ext.dependencies.androidxappcompat
|
||||||
implementation rootProject.ext.dependencies.arouter
|
implementation rootProject.ext.dependencies.arouter
|
||||||
implementation rootProject.ext.dependencies.boostmultidex
|
implementation rootProject.ext.dependencies.boostmultidex
|
||||||
debugImplementation rootProject.ext.dependencies.debugleakcanary
|
|
||||||
releaseImplementation rootProject.ext.dependencies.releaseleakcanary
|
|
||||||
|
|
||||||
|
|
||||||
implementation rootProject.ext.dependencies.mogologlib
|
implementation rootProject.ext.dependencies.mogologlib
|
||||||
compileOnly rootProject.ext.dependencies.adasapi
|
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_map
|
||||||
implementation rootProject.ext.dependencies.mogo_core_function_v2x
|
implementation rootProject.ext.dependencies.mogo_core_function_v2x
|
||||||
implementation rootProject.ext.dependencies.mogo_core_function_monitoring
|
implementation rootProject.ext.dependencies.mogo_core_function_monitoring
|
||||||
|
implementation rootProject.ext.dependencies.releaseleakcanary
|
||||||
} else {
|
} else {
|
||||||
implementation project(':foudations:mogo-aicloud-services-sdk')
|
implementation project(':foudations:mogo-aicloud-services-sdk')
|
||||||
implementation project(':foudations:mogo-commons')
|
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-notice')
|
||||||
implementation project(':core:function-impl:mogo-core-function-v2x')
|
implementation project(':core:function-impl:mogo-core-function-v2x')
|
||||||
implementation project(':core:function-impl:mogo-core-function-monitoring')
|
implementation project(':core:function-impl:mogo-core-function-monitoring')
|
||||||
|
implementation rootProject.ext.dependencies.debugleakcanary
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "./functions/tts.gradle"
|
apply from: "./functions/tts.gradle"
|
||||||
|
|||||||
Reference in New Issue
Block a user