Skip to content

Instantly share code, notes, and snippets.

@rafaeltoledo
Created February 16, 2018 01:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rafaeltoledo/06dbad1df5c2fdb4e99a5275092adfb3 to your computer and use it in GitHub Desktop.
Save rafaeltoledo/06dbad1df5c2fdb4e99a5275092adfb3 to your computer and use it in GitHub Desktop.
dependencies {
implementation 'com.android.support:appcompat-v7:27.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2-alpha1'
androidTestUtil 'com.android.support.test:orchestrator:1.0.2-alpha1'
testImplementation 'junit:junit:4.12'
testImplementation 'org.robolectric:robolectric:3.7.1'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment