Skip to content

Instantly share code, notes, and snippets.

@CostaFot
Last active February 25, 2019 19:39
Show Gist options
  • Save CostaFot/475c067f3a6ca2c796b8757854b699b4 to your computer and use it in GitHub Desktop.
Save CostaFot/475c067f3a6ca2c796b8757854b699b4 to your computer and use it in GitHub Desktop.
Dependencies
// RX Java
implementation 'io.reactivex.rxjava2:rxandroid:2.1.0'
implementation 'io.reactivex.rxjava2:rxjava:2.2.2'
// Networking
implementation "com.squareup.retrofit2:retrofit:2.4.0"
implementation "com.squareup.retrofit2:adapter-rxjava2:2.4.0"
implementation "com.squareup.retrofit2:converter-gson:2.4.0"
implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment