Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(e2e, android): use api21 emulator
If we say we support minSdkVersion 16 we should get as close as possible to actually supporting it. 16 is sometimes problematic as an emulator and requires multidex (already removed from our tests app...) but 21 is still interesting since it is below 24 (Java 8 support on device), is minSdkVersion for react-native 0.64 (current) and it was a reliable emulator previously
- Loading branch information