opt http dns

This commit is contained in:
tongchenfei
2020-12-29 11:19:33 +08:00
parent 539d5a78c2
commit ed309f942b
7 changed files with 40 additions and 13 deletions

View File

@@ -6,8 +6,8 @@ project.dependencies {
demoImplementation rootProject.ext.dependencies.httpdnsnoop
onlineImplementation rootProject.ext.dependencies.httpdnsmogo
} else {
qaImplementation project(':foudations:httpdns-noop')
demoImplementation project(':foudations:httpdns-noop')
qaImplementation project(':foudations:httpdns-mogo')
demoImplementation project(':foudations:httpdns-mogo')
onlineImplementation project(':foudations:httpdns-mogo')
}
}