forked from baiiu/AndroidModule
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.gradle
More file actions
53 lines (35 loc) · 900 Bytes
/
Copy pathsettings.gradle
File metadata and controls
53 lines (35 loc) · 900 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
/*
通用工具类,汇总整理
*/
//include ':CommonTool'
/*
三方框架学习
*/
include(
// 'unitTestStudy',
// ':LiteOrmStudy',
// ':RxJavaStudy',
// ':RxJava2Study',
// ':Dagger2Study',
)
include(
':RetrofitStudy:retrofitDemo',
':RetrofitStudy:retrofit',
':RetrofitStudy:rxjava',
)
// App
include(
// ':someApplications:PerformanceApp',
':someApplications:MyApplication',
":someApplications:ptr-lib",
// ":someApplications:touchEventStudy"
":someApplications:InterestingStudy",
)
// 辅助分析包
include(
':lib_component:StethoRelease',
':lib_component:LogUtil',
':lib_component:LogUtilRelease',
':lib_component:CrashWoodpecker',
':lib_component:CrashWoodpeckerRelease'
)