retrofit

compile ('com.squareup.retrofit2:retrofit:2.1.0') {
// 排除依赖okhttp
exclude module: 'okhttp'
}
compile 'com.squareup.okhttp3:okhttp:3.3.1' //重新依赖okhttp

你可能感兴趣的:(retrofit)