Skip to content

Instantly share code, notes, and snippets.

@ebubekirsezer
Created August 10, 2020 10:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ebubekirsezer/0c279030d2ef8304726376689460f80d to your computer and use it in GitHub Desktop.
Save ebubekirsezer/0c279030d2ef8304726376689460f80d to your computer and use it in GitHub Desktop.
def retrofitVersion = '2.8.1'
def rxJavaVersion = '2.1.1'
implementation "com.squareup.retrofit2:retrofit:$retrofitVersion"
implementation "com.squareup.retrofit2:converter-gson:$retrofitVersion"
implementation "com.squareup.retrofit2:adapter-rxjava2:$retrofitVersion"
implementation "io.reactivex.rxjava2:rxjava:$rxJavaVersion"
implementation "io.reactivex.rxjava2:rxandroid:$rxJavaVersion"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment