Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Commit

Permalink
Update robolectric version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Savin committed Apr 8, 2015
1 parent f9c87de commit 4e2bacb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions opfutils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 4e2bacb

Please sign in to comment.