-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsettings.gradle
34 lines (33 loc) · 1.59 KB
/
settings.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
maven { url 'https://jitpack.io' }
maven { url 'https://maven.aliyun.com/nexus/content/groups/public/' }
maven { url 'https://maven.aliyun.com/nexus/content/repositories/jcenter' }
maven { url 'https://maven.aliyun.com/nexus/content/repositories/google' }
maven { url 'https://maven.aliyun.com/nexus/content/repositories/gradle-plugin' }
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
maven { url "https://raw.githubusercontent.com/Pgyer/mvn_repo_pgyer/master" }
maven { url "https://maven.admobile.top/repository/maven-releases/" }
}
}
//dependencyResolutionManagement {
// repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
// repositories {
// google()
// mavenCentral()
// maven { url 'https://jitpack.io' }
// maven { url 'https://maven.aliyun.com/nexus/content/groups/public/' }
// maven { url 'https://maven.aliyun.com/nexus/content/repositories/jcenter' }
// maven { url 'https://maven.aliyun.com/nexus/content/repositories/google' }
// maven { url 'https://maven.aliyun.com/nexus/content/repositories/gradle-plugin' }
// maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
// maven { url "https://raw.githubusercontent.com/Pgyer/mvn_repo_pgyer/master" }
// maven { url "https://maven.admobile.top/repository/maven-releases/" }
// }
//}
rootProject.name = "UmaLibAndroid"
include ':app'
include ':preference'