-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
/
settings.gradle
39 lines (34 loc) · 1.04 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
35
36
37
38
39
//includeBuild 'configPlugin'
//buildscript {
//// ConfigUtils.init(gradle)
// repositories {
// mavenLocal()
// mavenCentral()
// }
//
// dependencies {
// classpath 'com.blankj:buildSrc-plugin:1.0'
// }
//}
//apply plugin: "com.blankj.buildSrc"
//dependencyResolutionManagement {
// repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
// repositories {
// google()
// mavenCentral()
// jcenter() // Warning: this repository is going to shut down soon
// maven {url 'https://jetpack.io'} // Warning: this repository is going to shut down soon
// }
//
//// configurations.all {
//// resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
////
//// resolutionStrategy.eachDependency {
//// if (it.requested.group == 'com.android.support' && !it.requested.name.contains(
//// 'multidex')) {
//// it.useVersion Config.supportVersion
//// }
//// }
//// }
//}
apply from: 'module_config.gradle'