[2.13.2]移除v2xsdk远程依赖,改为本地依赖

This commit is contained in:
renwj
2023-01-10 12:23:26 +08:00
parent 9cc44d9d51
commit cce9bde6c7
37 changed files with 2290 additions and 90 deletions

View File

@@ -7,7 +7,7 @@ import androidx.test.filters.*
import com.mogo.eagle.core.function.hmi.ui.*
import com.mogo.eagle.core.function.main.*
import com.mogo.eagle.core.function.v2x.events.*
import com.mogo.v2x.event.V2XEvent.RoadAI
import com.mogo.eagle.core.function.v2x.internal.event.V2XEvent.RoadAI
import kotlinx.coroutines.*
import org.junit.*
import org.junit.runner.*