Skip to content

Instantly share code, notes, and snippets.

@akihito104
Created July 2, 2016 06:21
Show Gist options
  • Save akihito104/d18689cbcc61f1e983d347bc32a41761 to your computer and use it in GitHub Desktop.
Save akihito104/d18689cbcc61f1e983d347bc32a41761 to your computer and use it in GitHub Desktop.
androidTestCompile('com.android.support.test.espresso:espresso-contrib:2.2.2') {
exclude group:'com.android.support', module: 'appcompat-v7'
exclude group:'com.android.support', module: 'design'
exclude group:'com.android.support', module: 'recyclerview-v7'
exclude group:'com.android.support', module: 'support-v4'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment