Created
August 10, 2020 10:42
-
-
Save ebubekirsezer/0c279030d2ef8304726376689460f80d to your computer and use it in GitHub Desktop.
This file contains 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
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