<dependency>
<groupId>org.robolectric</groupId>
<artifactId>shadows-supportv4</artifactId>
<version>4.3-alpha-1</version>
</dependency>
@Grapes(
@Grab(group='org.robolectric', module='shadows-supportv4', version='4.3-alpha-1')
)
test
|-- org.robolectric:robolectric:4.3-alpha-1
|-- org.robolectric:android-all:Q-robolectric-5283294
|-- com.android.support:support-v4:26.0.1
|-- com.android.support:support-compat:26.0.1
|-- com.android.support:support-core-ui:26.0.1
|-- com.android.support:support-core-utils:26.0.1
|-- com.android.support:support-fragment:26.0.1
|-- com.android.support:support-media-compat:26.0.1
|-- org.hamcrest:hamcrest-junit:2.0.0.0
|-- junit:junit:4.12