-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.gradle
More file actions
79 lines (71 loc) · 1.95 KB
/
settings.gradle
File metadata and controls
79 lines (71 loc) · 1.95 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
maven { url 'https://jitpack.io' }
maven {
url 'https://maven.aliyun.com/repository/public/'
}
maven {
url 'https://artifact.bytedance.com/repository/byteX/'
}
}
plugins {
id 'com.android.application' version '7.3.1' apply false
id 'com.android.library' version '7.3.1' apply false
id 'org.jetbrains.kotlin.android' version '1.7.20' apply false
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
maven {
url 'https://maven.aliyun.com/repository/public/'
}
maven {
url 'https://artifact.bytedance.com/repository/byteX/'
}
}
}
rootProject.name = "StarteamCoreLibrary"
include ':app'
include ':lib-appcontext'
include ':lib-gson'
include ':lib-encrypt'
include ':lib-fileio'
include ':lib-image'
include ':lib-mediastore'
include ':lib-network'
include ':lib-store'
include ':lib-utils'
include ':lib-zipfile'
include ':service-image-glide'
include ':service-okhttp-interceptor'
include ':widget-dialog'
include ':widget-toast'
include ':service-easyhttp'
include ':widget-stateview'
include ':widget-fragment'
include ':widget-vpadapter'
include ':lib-com.starteam.core.service.easyhttps'
include ':widget-reddotview'
include ':widget-statusbar'
include ':lib-count-timer'
include ':widget-circleimageview'
include ':service-mtqq-android'
include ':service-netty-im'
include ':widget-webview'
include ':lib-service-hermes'
include ':lib-logs'
include ':lib-event-tracker'
include ':lib-crash'
include ':lib-aspect'
include ':lib-epic'
include ':lib-time-monitor'
include ':lib-blockcanary-analyzer'
include ':lib-blockcanary-android'
include ':lib-blockcanary-android-no-op'