Created
February 12, 2016 12:12
-
-
Save miquelbeltran/03378ddaffc2b497fd11 to your computer and use it in GitHub Desktop.
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' | |
repositories { | |
jcenter() | |
} | |
dependencies { | |
testCompile 'junit:junit:4.12' | |
compile 'com.google.dagger:dagger:2.0' | |
compile 'com.google.dagger:dagger-compiler:2.0' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment