Last active
February 25, 2019 19:39
-
-
Save CostaFot/475c067f3a6ca2c796b8757854b699b4 to your computer and use it in GitHub Desktop.
Dependencies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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