[6.0.0] taxi司机端重构初始化
This commit is contained in:
@@ -36,7 +36,9 @@ project.dependencies {
|
||||
implementation project.project(':OCH:sweeper:sweeper')
|
||||
} else if (isCurrentDriver("taxi")) {
|
||||
implementation project.project(':OCH:mogo-och-taxi')
|
||||
} else if (isCurrentPassenger("taxi")) {
|
||||
} else if (isCurrentDriver("taxiunmanned")) {
|
||||
implementation project.project(':OCH:mogo-och-taxi-unmanned')
|
||||
}else if (isCurrentPassenger("taxi")) {
|
||||
implementation project.project(':OCH:mogo-och-taxi-passenger')
|
||||
} else {
|
||||
noopImplementation(project(':OCH:mogo-och-noop'))
|
||||
|
||||
Reference in New Issue
Block a user