1Robolectric 4.3 Alpha 1 2 3Robolectric 4.3 Alpha 1 is an alpha release. APIs are very likely to change and new features will be added. We'd love feedback from testing this version, but we recommend you don't rely on it in your test suite. 4 5This release introduces a new extension mechanism for Robolectric, fixes a performance regression in 4.x, and includes numerous SDK support improvements and bug fixes. 6 7## Features 8* Description. Thanks @user! [issue #x].<sup>[b1](#beta1)</sup> 9 10## Android SDK support and Test API changes 11 12## Configuration 13 14## Bug Fixes 15 16## Deprecations and Removals 17 18## Internal Changes 19 20## Known Issues 21 22## Compatibility 23* Android Studio/Android Gradle Plugin 3.3 or 3.4 Beta 24* Android SDK 28 (includes support for testing against SDKs from 16 on) 25 26## Use Robolectric: 27 28``` groovy 29testCompile "org.robolectric:robolectric:4.2-beta-1" 30``` 31 32Find more [details here](http://robolectric.org/getting-started/). Report issues [here](https://github.com/robolectric/robolectric/issues). Enjoy! 33___ 34<a name="alpha2"><sup>a2</sup></a> — added in Alpha 2. 35<a name="beta1"><sup>b1</sup></a> — added in Beta 1.