Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: The next Robolectric release drops support for SDK 19 (KitKat). Nearly all apps are min SDK 21+ anyway. The strategy here: - If a test was explicitly designed to test a pre-21 code path, just remove it - If the test passes on the latest SDK, just remove the SDK-19 config - else, pin the test on SDK 21, punting the issue. Reviewed By: jiawei-lyu Differential Revision: D59967783 fbshipit-source-id: 4b81074b532042cf58872bcb7e6e35dc1c83a9bf
- Loading branch information