[6.4.5]
[fea] [添加offline 模式]
This commit is contained in:
@@ -4,6 +4,13 @@ project.dependencies {
|
||||
if (Boolean.valueOf(USE_MAVEN_PACKAGE)) {
|
||||
|
||||
} else {
|
||||
|
||||
if (isDriver()) {
|
||||
implementation project.project(':OCH:offline:driver')
|
||||
}else if(isPassenger){
|
||||
implementation project.project(':OCH:offline:passenger')
|
||||
}
|
||||
|
||||
if (isCurrentDriver("C1")) {
|
||||
implementation project.project(':OCH:sweeper:driver')
|
||||
} else if (isCurrentDriver("B1")) {
|
||||
|
||||
Reference in New Issue
Block a user