1、错误
Using insecure protocols with repositories, without explicit opt-in, has been deprecated. This is scheduled to be removed in Gradle 7.0....
原因 - maven内url需要使用https,如果是http,则需要增加allowInsecureProtocol=true
如图
image.png
1、错误
Using insecure protocols with repositories, without explicit opt-in, has been deprecated. This is scheduled to be removed in Gradle 7.0....
原因 - maven内url需要使用https,如果是http,则需要增加allowInsecureProtocol=true
如图
本文标题:Android Gradle7.0+适配之旅
本文链接:https://www.haomeiwen.com/subject/aeccvdtx.html
网友评论