[6.2.0]
[noop] [删除]
This commit is contained in:
@@ -2,7 +2,7 @@ apply from: "./script/utils.gradle"
|
||||
// 网约车服务:仅小巴车、出租车渠道用
|
||||
project.dependencies {
|
||||
if (Boolean.valueOf(USE_MAVEN_PACKAGE)) {
|
||||
fPadLenovoImplementation(rootProject.ext.dependencies.mogoochnoop)
|
||||
// fPadLenovoImplementation(rootProject.ext.dependencies.mogoochnoop)
|
||||
|
||||
// Bus司机端
|
||||
// fMultiDisplayOchBusImplementation(rootProject.ext.dependencies.mogoochbus)
|
||||
@@ -16,9 +16,7 @@ project.dependencies {
|
||||
|
||||
} else {
|
||||
|
||||
if (isCurrentDriver("noop")) {
|
||||
noopImplementation(project(':OCH:mogo-och-noop'))
|
||||
} else if (isCurrentDriver("bus")) {
|
||||
if (isCurrentDriver("bus")) {
|
||||
implementation project.project(':OCH:bus:driver')
|
||||
} else if (isCurrentPassenger("bus")) {
|
||||
implementation project.project(':OCH:bus:passenger')
|
||||
@@ -43,7 +41,6 @@ project.dependencies {
|
||||
}else if (isCurrentPassenger("taxi")) {
|
||||
implementation project.project(':OCH:taxi:passenger')
|
||||
} else {
|
||||
noopImplementation(project(':OCH:mogo-och-noop'))
|
||||
implementation project.project(':OCH:bus:driver')
|
||||
implementation project.project(':OCH:bus:passenger')
|
||||
implementation project.project(':OCH:charter:driver')
|
||||
|
||||
Reference in New Issue
Block a user