feat(android): add Pinduoduo search probe
This commit is contained in:
@@ -64,7 +64,13 @@ android {
|
||||
}
|
||||
into(generatedProbeAssets.map { it.dir("probe-fixtures") })
|
||||
}
|
||||
tasks.matching { it.name == "mergeDebugAssets" }.configureEach {
|
||||
tasks.matching {
|
||||
it.name == "mergeDebugAssets" ||
|
||||
(
|
||||
it.name.contains("Debug") &&
|
||||
it.name.contains("lint", ignoreCase = true)
|
||||
)
|
||||
}.configureEach {
|
||||
dependsOn(syncProbeFixtures)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user