Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. dependencies {
  2. //Other dependencies
  3. //Write the correct version number instead of the ***
  4.  
  5. implementation 'com.squareup.retrofit2:retrofit:***'
  6. implementation 'com.squareup.retrofit2:converter-gson:***'
  7. implementation 'com.squareup.retrofit2:adapter-rxjava2:***'
  8. implementation 'io.reactivex.rxjava2:rxandroid:***'
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement