This repository has been archived by the owner on Nov 22, 2024. It is now read-only.
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, xiphirx Differential Revision: D59983594 fbshipit-source-id: e12b660b3f9af4fb62a29265e7e4b80d7eacdb5d
- Loading branch information