Skip to content

Instantly share code, notes, and snippets.

@juliuscanute
Last active July 10, 2019 05:10
Show Gist options
  • Save juliuscanute/a6beea108674560f1244b73a7a756e37 to your computer and use it in GitHub Desktop.
Save juliuscanute/a6beea108674560f1244b73a7a756e37 to your computer and use it in GitHub Desktop.
Retrofit Dependencies
{
//...
//Backend Services Libraries
implementation 'com.squareup.retrofit2:retrofit:2.2.0'
implementation 'com.squareup.retrofit2:converter-moshi:2.2.0'
//...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment