1.28.0
Breaking changes
Now we are using gradlePropertiesPrefixedBy
to support Gradle Isolated Projects in the Roborazzi Gradle Plugin. This API requires Gradle 8.0. Gradle 8.0 was released early last year, and most projects I know use 8.0 or higher, so Roborazzi is going to use this API. If anyone can't use this, please let me know.
@trevjonez, thank you for telling me what we need to do to support this.
Currently, we aren't able to ensure compatibility with Gradle Isolated Projects, but this could bring some progress.
Adapting to the new ComposablePreviewScanner version
We are using ComposablePreviewScanner for Compose Preview Support. The ComposablePreviewScanner is now on Maven Central 🎉 and the group name of the libraries has changed. We have adapted to the new version and don't show errors when not using Jitpack and using the new packages.
What's Changed
- Update AGP by @takahirom in #498
- Use gradlePropertiesPrefixedBy instead of project.properties for Gradle Isolated Projects by @takahirom in #499
- Remove verifyMavenRepository because ComposablePreviewScanner is now on Maven Central by @takahirom in #501
Full Changelog: 1.27.0...1.28.0