blob: 8f6087b95f4b70e40652b4109419e070257780f6 [file] [log] [blame]
apply plugin: ShadowsPlugin
shadows {
packageName "org.robolectric.shadows.maps"
}
dependencies {
compile project(":robolectric")
compile project(":robolectric-shadows/shadows-core/v23")
provided "org.robolectric:android-all:6.0.0_r1-robolectric-0"
compile "com.ibm.icu:icu4j:53.1"
compile "com.google.android.maps:maps:23_r1"
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"
}