blob: 134cedc360b9e8ae1cd63198755a043e0539b84c [file] [log] [blame]
apply plugin: ShadowsPlugin
shadows {
packageName "org.robolectric.shadows.multidex"
}
dependencies {
compile project(":robolectric")
compile project(":robolectric-shadows/shadows-core/v23")
compile "com.android.support:multidex:1.0.1"
provided "org.robolectric:android-all:6.0.0_r1-robolectric-0"
// Testing dependencies
testCompile "junit:junit:4.8.2"
testCompile "org.hamcrest:hamcrest-core:1.3"
testCompile "org.assertj:assertj-core:2.0.0"
}