-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.gradle
88 lines (78 loc) · 2.59 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
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
80
81
82
83
84
85
86
87
88
rootProject.name = "MyAllTest"
include ':kotlin_grammer'
include ':plugin'
include ':view_binding'
include ':kotlin-android-extensions1deprecated'
include ':jetpack:data_binding'
include ':jetpack:data_store'
include ':jetpack:view_model'
include ':third_part:koin'
include ':third_part:retrofit'
include ':third_part:moshi'
/*
* 我准备搭建的框架:
* 包名结构:以界面功能为包名目录,将相关的一些类文件放入如Adapter、Activity等,好处是修改定位巨容易。
*/
include ':develop_framework_my_app:app'
include ':develop_framework_my_app:base'
include ':touchevent'
include ':custom_view:drawable'
include ':viewpager2'
include ':binder'
include ':windowmanager'
include ':notifycation'
include ':release_apk'
//java和c互操作
include ':jni'
include ':recyclerview'
include ':design_pattern'
include ':io'
include ':custom_view:dialog'
include ':custom_view:MyFlipView'
include ':custom_view:shadowview'
include ':custom_view:countview'
//我的学习项目(即学习,非原创)
include ':study_abroad:HenCoder:ScalableImageView'
include ':study_abroad:coroutine'
//画线:签名
include ':draw_signing'
include ':study_abroad:HenCoder:MyViewPager'
include ':study_abroad:HenCoder:DrawingMultiTouch'
include ':animation'
include ':study_abroad:HenCoder:Animation'
include ':study_abroad:HenCoder:PieADashboardView'
include ':study_abroad:HenCoder:Drawable'
include ':study_abroad:HenCoder:Camera'
include ':study_abroad:HenCoder:CustomViewTouchDrag'
include ':study_abroad:HenCoder:MaterialEditText'
include ':study_abroad:HenCoder:MeasureLayout'
include ':study_abroad:HenCoder:TagLayout'
include ':study_abroad:HenCoder:Text'
include ':study_abroad:HenCoder:Xformode'
include ':jetpack:paging3'
include ':gradle_build'
include ':sensor'
include ':study_abroad:HenCoder:CustomViewNestedScroll'
include ':custom_view:OverScroller'
include ':study_abroad:HenCoder:APT:BindView'
include ':study_abroad:hencoder:APT:lib-processor'
include ':study_abroad:hencoder:APT:lib-annotations'
include ':study_abroad:hencoder:APT:lib'
include ':mvp'
include ':intent'
include ':ime'
include ':allappindexes:app'
include ':allappindexes:keyboardimeoptions'
include ':allappindexes:base64'
include ':allappindexes:looknewaddfile2'
include ':allappindexes:bestinfiniteloop'
include ':allappindexes:choosephoto'
include ':allappindexes:contactlist'
include ':allappindexes:coordinatorlayout'
include ':allappindexes:coverbaidulangbottom'
include ':allappindexes:neteasemusicanimation'
include ':consumerproducer'
include ':camera'
// 二维码扫描
include ':cameraxzxing'
include ':FFmpeg:FFmpeg5_1_2'