Skip to content

Robolectric 4.6.1

Compare
Choose a tag to compare
@hoisie hoisie released this 04 Jul 21:07
· 2204 commits to master since this release

This is a minor release that fixes #6589, in which ShadowActivityManager contained a reference to android.app.ApplicationExitInfo, introduced in SDK 30, in public method. This caused shadowOf to fail if the target SDK was < 30. Thanks to @utzcoz for the fix and @jankowskib for reporting the issue.