John Rodriguez
John Rodriguez
Tried removing the method interceptor and the test still breaks due to the original issue. See comment here: https://issuetracker.google.com/issues/156065472#comment3
Closing due to inactivity. Please re-open if this still occurs, with a reproducible sample.
Closing due to inactivity, please re-open if the issue re-appears.
Appears to be fixed upstream: https://issuetracker.google.com/issues/241895902#comment5 Closing as this isn't a Paparazzi issue.
Looked into this briefly. ``` $ ag -R ro.product.manufacturer $ANDROID_HOME/platforms/android-*/build.prop /Users/jrod/Library/Android/sdk/platforms/android-32/build.prop 118:ro.product.manufacturer=generic /Users/jrod/Library/Android/sdk/platforms/android-33/build.prop 118:ro.product.manufacturer=generic ``` app.cash.paparazzi.internal.Renderer.prepare(): ``` val buildProp = File(environment.platformDir, "build.prop") val systemProperties = DeviceConfig.loadProperties(buildProp)... bridge = Bridge().apply {...
> Dependencies on other gradle plugins should be `compileOnly` dependencies, as it can accidentally impose the version paparazzi depends on rather than just use the one that the consuming project...
accidentally hit "Close with comment", just meant to "Comment". My bad.
@rulogarcillan thanks for the issue, however it's a bit sparse. can you please provide a repro? it's hard to know if this is a byproduct of how you set up...
@danielgomesoliveira I know you provided the repro steps above (thank you!), but would you mind providing a link to a project repo with data binding enabled?
@nvkleban mind providing a repro project?