TP-52884 | Bump app.cash.paparazzi from 1.3.1 to 1.3.3 (#370)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Shivam Goyal <shivam.goyal@navi.com>
This commit is contained in:
20
build.gradle
20
build.gradle
@@ -39,3 +39,23 @@ allprojects {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
subprojects {
|
||||
plugins.withId("app.cash.paparazzi") {
|
||||
// Defer until afterEvaluate so that testImplementation is created by Android plugin.
|
||||
afterEvaluate {
|
||||
dependencies.constraints {
|
||||
add("testImplementation", "com.google.guava:guava") {
|
||||
attributes {
|
||||
attribute(
|
||||
TargetJvmEnvironment.TARGET_JVM_ENVIRONMENT_ATTRIBUTE,
|
||||
objects.named(TargetJvmEnvironment, TargetJvmEnvironment.STANDARD_JVM)
|
||||
)
|
||||
}
|
||||
because("LayoutLib and sdk-common depend on Guava's -jre published variant." +
|
||||
"See https://github.com/cashapp/paparazzi/issues/906.")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user