online渠道替换成mogoHttpDns,其他渠道使用httpDnsNoop,暂时不用tencentHttpDns
This commit is contained in:
@@ -2,28 +2,12 @@
|
||||
|
||||
project.dependencies {
|
||||
if (Boolean.valueOf(RELEASE)) {
|
||||
bydautoImplementation rootProject.ext.dependencies.httpdnsnoop
|
||||
d82xImplementation rootProject.ext.dependencies.httpdnsnoop
|
||||
em1Implementation rootProject.ext.dependencies.httpdnsnoop
|
||||
d8xxImplementation rootProject.ext.dependencies.httpdnsnoop
|
||||
d80xImplementation rootProject.ext.dependencies.httpdnsnoop
|
||||
em4Implementation rootProject.ext.dependencies.httpdnsnoop
|
||||
e8xxImplementation rootProject.ext.dependencies.httpdnstencent
|
||||
f8xxImplementation rootProject.ext.dependencies.httpdnstencent
|
||||
f80xImplementation rootProject.ext.dependencies.httpdnstencent
|
||||
f8AmapImplementation rootProject.ext.dependencies.httpdnstencent
|
||||
em3Implementation rootProject.ext.dependencies.httpdnsnoop
|
||||
qaImplementation rootProject.ext.dependencies.httpdnsnoop
|
||||
demoImplementation rootProject.ext.dependencies.httpdnsnoop
|
||||
onlineImplementation rootProject.ext.dependencies.httpdnsmogo
|
||||
} else {
|
||||
bydautoImplementation project(':foudations:httpdns-noop')
|
||||
d82xImplementation project(':foudations:httpdns-noop')
|
||||
em1Implementation project(':foudations:httpdns-noop')
|
||||
d8xxImplementation project(':foudations:httpdns-noop')
|
||||
d80xImplementation project(':foudations:httpdns-noop')
|
||||
em4Implementation project(':foudations:httpdns-noop')
|
||||
e8xxImplementation project(':foudations:httpdns-tencent')
|
||||
f8xxImplementation project(':foudations:httpdns-tencent')
|
||||
f80xImplementation project(':foudations:httpdns-tencent')
|
||||
f8AmapImplementation project(':foudations:httpdns-tencent')
|
||||
em3Implementation project(':foudations:httpdns-noop')
|
||||
qaImplementation project(':foudations:httpdns-noop')
|
||||
demoImplementation project(':foudations:httpdns-noop')
|
||||
onlineImplementation project(':foudations:httpdns-mogo')
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user