v1.0.0
mateuszkwiecinski
released this
17 May 18:21
·
199 commits
to master
since this release
What's Changed
- The plugin has been rewritten to Kotlin, Python is no longer required
- The plugin supports libraries targeting Android API >29
- Behavior changes:
- Diff on failed screenshot is not marked with red rectangle anymore
- Removed lots of now unsupported config
- Switched Gradle APIs to use
Property
instead of plain values - Tasks can be now skipped if their inputs are considered
up-to-date
- Instead manually pulling files from the device the plugin now relies on AGP to fetch required files using TestStorage. AGP 8.3.0 is now required
- Despite there are no changes the screenshots recorded with
0.17.5
are not the same as this version. This is a known issue
Full Changelog: v0.17.5...v1.0.0