Last active
February 4, 2018 17:07
-
-
Save mohsenoid/960d48ca55d5504a138afd1cdb2d26ff to your computer and use it in GitHub Desktop.
core build.gradle https://hackernoon.com/yet-another-mvp-article-part-1-lets-get-to-know-the-project-d3fd553b3e21
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
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