APG7.0后增加了这一限制,找了很久才找到,纪录一下
repositories {
maven {
//这一行关键
allowInsecureProtocol = true
url "http://maven.geelib.360.cn/nexus/repository/replugin/"
}
mavenCentral()
google()
}
APG7.0后增加了这一限制,找了很久才找到,纪录一下
repositories {
maven {
//这一行关键
allowInsecureProtocol = true
url "http://maven.geelib.360.cn/nexus/repository/replugin/"
}
mavenCentral()
google()
}