安卓允许maven库使用http 不安全协议
2024-09-16 本文已影响0人
不会弹钢琴de大叔
增加 allowInsecureProtocol = true即可
maven {
url 'http://xxx.xxx/xxxx/maven-releases/'
allowInsecureProtocol = true
}
增加 allowInsecureProtocol = true即可
maven {
url 'http://xxx.xxx/xxxx/maven-releases/'
allowInsecureProtocol = true
}