Skip to content

Instantly share code, notes, and snippets.

@gahfy
Last active April 24, 2017 18:36
Show Gist options
  • Save gahfy/c06dcc0383dc7bac7ac3e20b8ea93e78 to your computer and use it in GitHub Desktop.
Save gahfy/c06dcc0383dc7bac7ac3e20b8ea93e78 to your computer and use it in GitHub Desktop.
JUnit 4 dependency for Android local unit tests
dependencies {
// ... Other dependencies of your project
/****************** Local tests ******************/
// JUnit 4 framework
testCompile 'junit:junit:4.12'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment