Created
September 27, 2016 19:40
-
-
Save fabiomsr/69b95f26f1b0785251bfe2a62ffbdb43 to your computer and use it in GitHub Desktop.
Dependencies
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
| dependencies { | |
| compile ‘com.android.support:appcompat-v7:24.2.0’ | |
| compile ‘com.google.dagger:dagger:2.7’ | |
| apt ‘com.google.dagger:dagger-compile:2.7’ | |
| compile ‘io.reactivex:rxjava:1.2.0’ | |
| compile ‘io.reactivex:rxandroid:1.2.1’ | |
| compile ‘com.squareup.okhttp3:okhttp:3.4.1’ | |
| compile ‘com.google.code.gson:gson:2.7’ | |
| testCompile ‘junit:junit:4.12’ | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment