Guest User

Untitled

a guest
Jun 25th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. //...
  2. dependencies {
  3. // ...
  4.  
  5. // Retrofit
  6. implementation "com.squareup.retrofit2:retrofit:$retrofit_version"
  7. implementation "com.squareup.retrofit2:adapter-rxjava2:$retrofit_version"
  8. implementation "com.squareup.retrofit2:converter-moshi:$retrofit_version"
  9. }
Add Comment
Please, Sign In to add comment