-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Open
Description
Description
We would like to add a useRxJava3 setting with retrofit2 which would result in:
ext {
retrofit_version = "2.0.2"
rx_java_version = "3.0.4"
}
dependencies {
compile "com.squareup.retrofit2:retrofit:$retrofitVersion"
compile "com.squareup.retrofit2:converter-gson:$retrofitVersion"
compile "com.github.akarnokd:rxjava3-retrofit-adapter:3.0.0"
compile "io.reactivex.rxjava3:rxjava:$rx_java_version"
}