[V2X]优化道路施工事件的触发逻辑

This commit is contained in:
renwj
2022-06-29 17:12:21 +08:00
parent 55ef856847
commit dec42eabcc
5 changed files with 12 additions and 8 deletions

View File

@@ -253,6 +253,7 @@ dependencies {
androidTestImplementation project(':core:mogo-core-function-call')
androidTestImplementation project(':core:mogo-core-res')
androidTestImplementation project(':core:function-impl:mogo-core-function-notice')
}
apply from: "./functions/och.gradle"
@@ -263,6 +264,7 @@ dependencies {
androidTestImplementation rootProject.ext.dependencies.androidx_unit_ext_ktx
androidTestImplementation rootProject.ext.dependencies.androidx_runner
androidTestImplementation rootProject.ext.dependencies.androidx_espresso_core
androidTestImplementation rootProject.ext.dependencies.localbroadcastmanager
}
if (!isAndroidTestBuild()) {