1.19.0
Bug Fix
I was informed that if you have multiple test suites, the RoborazziPlugin sometimes fails due to concurrent processes. This happens because the cleanup process runs multiple times. Therefore, I made the cleanup process run only once. Thank you for reporting this, @lukas-mercari.
What's Changed
- Remove unused dependency androidx.compose.ui:ui-graphics by @takahirom #373
- Fix issue where afterSuite runs for non-root suites by @takahirom in #385
Full Changelog: 1.18.0...1.19.0