-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
78 lines (60 loc) · 4.2 KB
/
config.json
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
{
"appConfigDesc": "appConfig 配置的是可以跑 app 的模块,git 提交务必只包含 launcher",
"appConfig": ["launcher","custom"],
"pkgConfigDesc": "pkgConfig 配置的是要依赖的功能包,为空则依赖全部,git 提交务必为空",
"pkgConfig": [],
"proConfigDesc": "proConfig 配置的是使用本地还是仓库,优先级低于 appConfig 和 pkgConfig",
"proConfig": [
{"isApply": true, "useLocal": true, "localPath": ":feature:launcher:app"},
{"isApply": true, "useLocal": true, "localPath": ":feature:okhttp:app"},
{"isApply": true, "useLocal": true, "localPath": ":feature:okhttp:export"},
{"isApply": true, "useLocal": true, "localPath": ":feature:okhttp:pkg"},
{"isApply": true, "useLocal": true, "localPath": ":feature:permission:app"},
{"isApply": true, "useLocal": true, "localPath": ":feature:permission:export"},
{"isApply": true, "useLocal": true, "localPath": ":feature:permission:pkg"},
{"isApply": true, "useLocal": true, "localPath": ":feature:wanandroid:app"},
{"isApply": true, "useLocal": true, "localPath": ":feature:wanandroid:export"},
{"isApply": true, "useLocal": true, "localPath": ":feature:wanandroid:pkg"},
{"isApply": true, "useLocal": true, "localPath": ":feature:image:app"},
{"isApply": true, "useLocal": true, "localPath": ":feature:image:export"},
{"isApply": true, "useLocal": true, "localPath": ":feature:image:pkg"},
{"isApply": true, "useLocal": true, "localPath": ":feature:annotation:app"},
{"isApply": true, "useLocal": true, "localPath": ":feature:annotation:export"},
{"isApply": true, "useLocal": true, "localPath": ":feature:annotation:pkg"},
{"isApply": true, "useLocal": true, "localPath": ":feature:appmanager:app"},
{"isApply": true, "useLocal": true, "localPath": ":feature:appmanager:export"},
{"isApply": true, "useLocal": true, "localPath": ":feature:appmanager:pkg"},
{"isApply": true, "useLocal": true, "localPath": ":feature:webview:app"},
{"isApply": true, "useLocal": true, "localPath": ":feature:webview:export"},
{"isApply": true, "useLocal": true, "localPath": ":feature:webview:pkg"},
{"isApply": true, "useLocal": true, "localPath": ":feature:custom:app"},
{"isApply": true, "useLocal": true, "localPath": ":feature:custom:export"},
{"isApply": true, "useLocal": true, "localPath": ":feature:custom:pkg"},
{"isApply": true, "useLocal": true, "localPath": ":feature:video:app"},
{"isApply": true, "useLocal": true, "localPath": ":feature:video:export"},
{"isApply": true, "useLocal": true, "localPath": ":feature:video:pkg"},
{"isApply": false, "useLocal": true, "localPath": ":feature:kotlin:app"},
{"isApply": false, "useLocal": true, "localPath": ":feature:kotlin:export"},
{"isApply": false, "useLocal": true, "localPath": ":feature:kotlin:pkg"},
{"isApply": false, "useLocal": true, "localPath": ":lib_kt:permissions"},
{"isApply": false, "useLocal": true, "localPath": ":lib_kt:common"},
{"isApply": false, "useLocal": true, "localPath": ":lib_kt:base"},
{"isApply": false, "useLocal": true, "localPath": ":lib_kt:page"},
{"isApply": true, "useLocal": true, "localPath": ":lib:common"},
{"isApply": true, "useLocal": true, "localPath": ":apt:annotation"},
{"isApply": true, "useLocal": true, "localPath": ":apt:compiler"},
{"isApply": true, "useLocal": true, "localPath": ":lib:video"},
{"isApply": true, "useLocal": true, "localPath": ":lib:filter"},
{"isApply": true, "useLocal": true, "localPath": ":lib:umeng"},
{"isApply": true, "useLocal": true, "localPath": ":lib:router"},
{"isApply": true, "useLocal": true, "localPath": ":lib:webview"},
{"isApply": true, "useLocal": true, "localPath": ":lib:dialog"},
{"isApply": true, "useLocal": true, "localPath": ":lib:permission"},
{"isApply": true, "useLocal": true, "localPath": ":lib:crash"},
{"isApply": true, "useLocal": true, "localPath": ":lib:recycleview"},
{"isApply": true, "useLocal": true, "localPath": ":lib:okhttp"},
{"isApply": true, "useLocal": true, "localPath": ":lib:glide"},
{"isApply": true, "useLocal": true, "localPath": ":lib:base"},
{"isApply": true, "useLocal": true, "localPath": ":lib:page"}
]
}