Releases: pedrovgs/Shot
Use only androidTestImplementation
Simplify how the facebook dependency is added under the hood to use only androidTestImplementation and not testImplementation because this Gradle API is not available anymore.
Update Facebook Android SDK version
We've updated a core dependency implemented by Facebook to use the version 0.8.0. You can find the library documentation here
Release 2.0.0
Add support for Android >= 23 thanks to the Facebook library version 0.6.0 we use now and add a new execution param we can use to print diffs as base 64 strings as part of the console report.
If for some reason you were specifying a custom version of the Facebook library we use under the hood we strongly recommend you to read this section of the project README.md
Release 1.0.0
Release 0.3.0
Add a new feature to generate HTML reports for screenshots recording and verification.
Improve how the SDK dependency is added to the project
Add the capability to override the Facebook SDK if it's already included in your project and fix an issue related to how dependencies are configured in Gradle >= 3.4
Fix a FileNotFoundException
Fix a FileNotFoundException thrown during the recording stage if the screenshots folder does not exist.
Initial release
0.1.1 Initial release
Initial release
0.1.0 Initial release