forked from robolectric/robolectric
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
Robolectric 4.3 Alpha 1 | ||
|
||
Robolectric 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. | ||
|
||
This release introduces a new extension mechanism for Robolectric, fixes a performance regression in 4.x, and includes numerous SDK support improvements and bug fixes. | ||
|
||
## Features | ||
* Description. Thanks @user! [issue #x].<sup>[b1](#beta1)</sup> | ||
|
||
## Android SDK support and Test API changes | ||
|
||
## Configuration | ||
|
||
## Bug Fixes | ||
|
||
## Deprecations and Removals | ||
|
||
## Internal Changes | ||
|
||
## Known Issues | ||
|
||
## Compatibility | ||
* Android Studio/Android Gradle Plugin 3.3 or 3.4 Beta | ||
* Android SDK 28 (includes support for testing against SDKs from 16 on) | ||
|
||
## Use Robolectric: | ||
|
||
``` groovy | ||
testCompile "org.robolectric:robolectric:4.2-beta-1" | ||
``` | ||
|
||
Find more [details here](http://robolectric.org/getting-started/). Report issues [here](https://github.com/robolectric/robolectric/issues). Enjoy! | ||
___ | ||
<a name="alpha2"><sup>a2</sup></a> — added in Alpha 2. | ||
<a name="beta1"><sup>b1</sup></a> — added in Beta 1. |