This repository was archived by the owner on Aug 8, 2022. It is now read-only.
1.0.0-beta4
Plugin
New
- Added
autoImplementLibrarymember to thetestifyextension. Defaults totrue.
When set tofalse, prevents the Plugin from automatically adding a LibraryandroidTestImplementationdependency to your project.
This is useful for local debugging or if you require a different version of the library and plugin.
Library
Bug fixes
- Fixed issue #153 - Orientation change will now be reliably applied regardless of how many times you invoke
setOrientationin a single test class.