diff --git a/opfutils/build.gradle b/opfutils/build.gradle index 9febd01..6a631cd 100644 --- a/opfutils/build.gradle +++ b/opfutils/build.gradle @@ -118,10 +118,12 @@ dependencies { compile fileTree(include: ['*.jar'], dir: 'libs') androidTestCompile 'junit:junit:4.12' - androidTestCompile 'org.robolectric:robolectric:3.0-SNAPSHOT' + //noinspection NewerVersionAvailable + androidTestCompile 'org.robolectric:robolectric:3.0-rc2' androidTestCompile group: 'org.hamcrest', name: 'hamcrest-library', version: '1.3' testCompile 'junit:junit:4.12' - testCompile 'org.robolectric:robolectric:3.0-SNAPSHOT' + //noinspection NewerVersionAvailable + testCompile 'org.robolectric:robolectric:3.0-rc2' testCompile group: 'org.hamcrest', name: 'hamcrest-library', version: '1.3' compile 'com.android.support:support-annotations:21.0.3'