Retrofit
'com.squareup.retrofit2:retrofit:2.1.0'
'com.squareup.retrofit2:converter-gson:2.1.0'
'com.squareup.retrofit2:adapter-rxjava:2.1.0' //支持RxJava
RxJava&RxAndroid
'io.reactivex:rxandroid:1.2.0'
okhttp拦截器,打印网络请求日志
'com.squareup.okhttp3:logging-interceptor:3.6.0'
网友评论