我需要添加依赖项RESTMock,但是我在Gradle中得到了这个错误。
project :app > com.github.andrzejchm.RESTMock:android:0.3.3 > com.github.andrzejchm.RESTMock:core:0.3.3 > com.squareup.okhttp3:okhttp-tls:3.13.1但我在项目中使用com.squareup.okhttp3:okhttp-tls:3.12.1。
我需要3.12.1版本和RESTMock一起使用,我可以一起使用吗?
发布于 2019-06-16 20:07:47
尝试更新
com.squareup.okhttp3:okhttp-tls:3.12.1至
com.squareup.okhttp3:okhttp-tls:3.13.1也许com.github.andrzejchm.RESTMock:core:0.3.3需要一个更新版本的okhttp
https://stackoverflow.com/questions/56618385
复制相似问题