Created
April 21, 2016 17:05
-
-
Save emedinaa/d697013f524a740f5047bb5f8d99dbeb to your computer and use it in GitHub Desktop.
Retrofit 2.0 build.gradle
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 fileTree(dir: 'libs', include: ['*.jar']) | |
compile 'com.google.code.gson:gson:2.6.2' | |
compile 'com.squareup.retrofit2:retrofit:2.0.2' | |
compile 'com.squareup.okhttp3:okhttp:3.2.0' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment