Skip to content

Robolectric 4.7.3

Compare
Choose a tag to compare
@hoisie hoisie released this 01 Dec 08:03
· 1869 commits to master since this release

This is a minor release that fixes #6883, a NoClassDefError that can occur if the compileSdk < 31. Thanks for @ninniuz for reporting and @utzcoz for the fix (#6884).

It also fixes a minor case of test pollution, where a single Activity could leak across tests (see 5a1f02a for details).