forked from suming77/SumTea_Android
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.gradle
More file actions
32 lines (32 loc) · 764 Bytes
/
settings.gradle
File metadata and controls
32 lines (32 loc) · 764 Bytes
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
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
dependencyResolutionManagement {
//repositoriesMode.set(RepositoriesMode.PREFER_SETTINGS) // AOP
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
rootProject.name = "SumTea_Android"
include ':app'
include ':mod_main'
include ':mod_user'
include ':mod_login'
include ':mod_search'
include ':mod_video'
include ':lib_framework'
include ':lib_common'
include ':lib_network'
include ':lib_stater'
include ':lib_banner'
include ':lib_glide'
include ':lib_room'
include ':mod_demo'