Skip to content

Instantly share code, notes, and snippets.

@emedinaa
Created April 21, 2016 17:05
Show Gist options
  • Save emedinaa/d697013f524a740f5047bb5f8d99dbeb to your computer and use it in GitHub Desktop.
Save emedinaa/d697013f524a740f5047bb5f8d99dbeb to your computer and use it in GitHub Desktop.
Retrofit 2.0 build.gradle
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