blob: 263cfbffdd90ec8dc1d6221543f8b712cf7e8a8a [file] [log] [blame]
dependencies {
// Project dependencies
compile project(":robolectric-utils")
compile project(":robolectric-annotations")
// Compile dependencies
compile "com.ximpleware:vtd-xml:2.11"
compile "com.google.guava:guava:19.0-rc2"
provided "org.robolectric:android-all:6.0.0_r1-robolectric-0"
provided "com.intellij:annotations:12.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 "com.google.testing.compile:compile-testing:0.6"
}