[2.13.0-arch-opt] gradle fix
This commit is contained in:
@@ -59,11 +59,10 @@ dependencies {
|
||||
implementation rootProject.ext.dependencies.mogo_core_utils
|
||||
implementation rootProject.ext.dependencies.mogocommons
|
||||
} else {
|
||||
implementation project(':core:mogo-core-utils')
|
||||
implementation project(':foudations:mogo-commons')
|
||||
implementation project(':libraries:mogo-adas')
|
||||
api project(':libraries:mogo-map-api')
|
||||
implementation project(':foudations:mogo-commons')
|
||||
implementation project(':core:mogo-core-data')
|
||||
implementation project(':core:mogo-core-utils')
|
||||
api project(':core:mogo-core-function-api')
|
||||
}
|
||||
}
|
||||
|
||||
@@ -30,8 +30,8 @@ object CallerMapUIServiceManager {
|
||||
return serviceProvider?.markerService
|
||||
}
|
||||
|
||||
fun getOverlayManager(context: Context): IMogoOverlayManager?{
|
||||
return serviceProvider?.getOverlayManager(context)
|
||||
fun getOverlayManager(): IMogoOverlayManager?{
|
||||
return serviceProvider?.overlayManager
|
||||
}
|
||||
|
||||
fun getGDLocationServer(context: Context):IMogoGDLocationClient?{
|
||||
|
||||
Reference in New Issue
Block a user