to redirect to a secure protocol (like HTTPS) or allow insecure protocols.

问题记录

to redirect to a secure protocol (like HTTPS) or allow insecure protocols.

原因分析:使用不安全连接下载依赖

解决:

maven {
   allowInsecureProtocol = true
   xxxxxxxxxxxx
   xxxxxxxxxxxxx
 }

你可能感兴趣的:(android,https,http,maven)