29 行
774 B
Groovy
29 行
774 B
Groovy
pluginManagement {
|
|
repositories {
|
|
maven {
|
|
url 'http://nexus.51trust.net/repository/android-group/'
|
|
allowInsecureProtocol true
|
|
}
|
|
maven {
|
|
url 'http://nexus.51trust.net/repository/gradle-plugin/'
|
|
allowInsecureProtocol true
|
|
}
|
|
}
|
|
}
|
|
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
maven {
|
|
url 'http://nexus.51trust.net/repository/android-group/'
|
|
allowInsecureProtocol true
|
|
}
|
|
maven {
|
|
url 'http://nexus.51trust.net/repository/gradle-plugin/'
|
|
allowInsecureProtocol true
|
|
}
|
|
}
|
|
}
|
|
rootProject.name = "ImAndroid"
|
|
include ':app'
|
|
include ':SzyxImSdk'
|