Skip to content

Instantly share code, notes, and snippets.

@mohsenoid
Last active February 4, 2018 17:07
Show Gist options
  • Save mohsenoid/960d48ca55d5504a138afd1cdb2d26ff to your computer and use it in GitHub Desktop.
Save mohsenoid/960d48ca55d5504a138afd1cdb2d26ff to your computer and use it in GitHub Desktop.
apply plugin: 'java'
/*...*/
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile rootProject.ext.libraries.rxjava
testCompile rootProject.ext.testLibraries.junit
testCompile rootProject.ext.testLibraries.mockito
compile rootProject.ext.libraries.retrofit
/*...*/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment