diff --git a/2015/android/Geofence/app/build.gradle b/2015/android/Geofence/app/build.gradle index 3a7392b..0de60c4 100644 --- a/2015/android/Geofence/app/build.gradle +++ b/2015/android/Geofence/app/build.gradle @@ -29,6 +29,10 @@ dependencies { compile 'com.android.support:appcompat-v7:22.1.1' testCompile 'junit:junit:4.12' + testCompile('org.robolectric:robolectric:3.0-rc2') { + exclude group: 'commons-logging', module: 'commons-logging' + exclude group: 'org.apache.httpcomponents', module: 'httpclient' + } testCompile 'org.mockito:mockito-core:1.9.5' testCompile 'org.hamcrest:hamcrest-library:1.3'