code style

This commit is contained in:
zhongchao
2021-09-02 10:50:37 +08:00
parent 2dd8b53fad
commit 5d49589203
3 changed files with 4 additions and 47 deletions

View File

@@ -1,27 +0,0 @@
// 基础服务
project.dependencies {
if (Boolean.valueOf(RELEASE)) {
f8xxImplementation rootProject.ext.dependencies.mogoaicloudservicesdk
f80xImplementation rootProject.ext.dependencies.mogoaicloudservicesdk
f8AmapImplementation rootProject.ext.dependencies.mogoaicloudservicesdk
fochtaxiImplementation rootProject.ext.dependencies.mogoaicloudservicesdk
fochbusImplementation rootProject.ext.dependencies.mogoaicloudservicesdk
fPadLenovoImplementation rootProject.ext.dependencies.mogoaicloudservicesdk
fPadLenovoOchTaxiImplementation rootProject.ext.dependencies.mogoaicloudservicesdk
fPadLenovoOchBusImplementation rootProject.ext.dependencies.mogoaicloudservicesdk
} else {
f8xxImplementation project(':foudations:mogo-aicloud-services-sdk')
f80xImplementation project(':foudations:mogo-aicloud-services-sdk')
f8AmapImplementation project(':foudations:mogo-aicloud-services-sdk')
fochtaxiImplementation project(':foudations:mogo-aicloud-services-sdk')
fochbusImplementation project(':foudations:mogo-aicloud-services-sdk')
fPadLenovoImplementation project(':foudations:mogo-aicloud-services-sdk')
fPadLenovoOchTaxiImplementation project(':foudations:mogo-aicloud-services-sdk')
fPadLenovoOchBusImplementation project(':foudations:mogo-aicloud-services-sdk')
}
}