30 lines
1.4 KiB
Groovy
30 lines
1.4 KiB
Groovy
// 网约车服务:仅小巴车、出租车渠道用
|
|
project.dependencies {
|
|
f8xxImplementation rootProject.ext.dependencies.mogoochnoop
|
|
f80xImplementation rootProject.ext.dependencies.mogoochnoop
|
|
f8AmapImplementation rootProject.ext.dependencies.mogoochnoop
|
|
|
|
fochtaxiImplementation rootProject.ext.dependencies.mogoochtaxi
|
|
fochbusImplementation rootProject.ext.dependencies.mogoochbus
|
|
|
|
fPadLenovoImplementation (rootProject.ext.dependencies.mogoochnoop){
|
|
exclude group: 'com.mogo.commons' //by group
|
|
exclude group: 'com.mogo.map' //by group
|
|
exclude group: 'com.mogo.eagle.core' //by group
|
|
exclude group: 'com.mogo.eagle.core.function' //by group
|
|
}
|
|
fPadLenovoOchTaxiImplementation (rootProject.ext.dependencies.mogoochtaxi){
|
|
exclude group: 'com.mogo.commons' //by group
|
|
exclude group: 'com.mogo.module' //by group
|
|
exclude group: 'com.mogo.map' //by group
|
|
exclude group: 'com.mogo.eagle.core' //by group
|
|
exclude group: 'com.mogo.eagle.core.function' //by group
|
|
}
|
|
fPadLenovoOchBusImplementation (rootProject.ext.dependencies.mogoochbus){
|
|
exclude group: 'com.mogo.commons' //by group
|
|
exclude group: 'com.mogo.module' //by group
|
|
exclude group: 'com.mogo.map' //by group
|
|
exclude group: 'com.mogo.eagle.core' //by group
|
|
exclude group: 'com.mogo.eagle.core.function' //by group
|
|
}
|
|
} |