Got socket exception during request. It might be caused by SSL misconfiguration
引入xutils3依赖,结果包找不到
maven里面添加阿里云镜像
核心
maven { url =uri("https://maven.aliyun.com/nexus/content/groups/public/") }
repositories {
google()
maven { url =uri("https://maven.aliyun.com/nexus/content/groups/public/") }
maven { url=uri("https://maven.aliyun.com/repository/jcenter") }
mavenCentral()
maven { url=uri("https://www.jitpack.io")}
}