Created
August 4, 2015 21:43
-
-
Save nyamwaya/0aa95a2dcf0ebedb7214 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment