blob: 0139141812902a3dc56d45a5cb6658f278398aa0 [file] [log] [blame]
apply plugin: ShadowsPlugin
shadows {
packageName "org.robolectric.shadows.gms"
}
dependencies {
compile project(":robolectric")
compile project(":robolectric-shadows/shadows-core/v23")
compile "com.android.support:support-v4:23.2.0"
compile "com.google.android.gms:play-services-base:8.4.0"
compile "com.google.android.gms:play-services-basement:8.4.0"
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"
testCompile "org.mockito:mockito-core:1.8.0"
}