-
Notifications
You must be signed in to change notification settings - Fork 2
/
settings.gradle
75 lines (62 loc) · 2.98 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
//demo 模块
include ':app' // app主工程
//appsub
include ':appsub:app_watchvideo' //独立运行一起看电影
include ':appsub:app_ktv' //独立运行ktv
include ':appsub:app_amusement' //独立运行互动娱乐
include ':appsub:app_overhaul' //独立运行检修场景
include ':appsub:app_audioroom' //独立运行语聊房间
include ':appsub:app_lowcodelive'
//场景模块
include ':module_interview' //面试场景
include ':module_overhaul' //检修
include ':module_ktv' //ktv
include ':module_amusement' //互动娱乐
include ':module_videowatch' //一起看电影
include ':module_audioroom' //语聊房间
include ':baseApp' // base业务层
include ':routerTable' // 路由
include ':module_user' //用户模块
include ':module_login' // 登录
include ':module_update'
include ':module_lowcodeliving'
// highlevlsdk
include ':1highlevlsdk:comp_player' //播放器
include ':1highlevlsdk:comp_roommanager' //房间生命周期管理
include ':1highlevlsdk:comp_rtm' //im 信令
include ':1highlevlsdk:qrtcroom' //rtc
//业务组件
include ':BzMudule:comp_imadapter'
include ':BzMudule:UserInfoProvide' //抽象业务层用户信息提供器
include ':BzMudule:comp_network' //网络组件
include ':BzMudule:comp_user' //用户组件
include ':BzMudule:comp_channelattributes' //k-v服务端存储麦位属性
//include
//ui组件
include ':BzUiComponent:bzuicomp_bottomInput' //房间底部输入框
include ':BzUiComponent:bzuicomp_pubchat' //房间公屏聊天
include ':BzUiComponent:bzuiEmoji' //
include ':BzUiComponent:bzuicomp_whitebord' // 白板UI
include ':BzUiComponent:bzuicomp_gift' //礼物轨道
include ':BzUiComponent:compui_trackview' //轨道管理
include ':BzUiComponent:bzuicomp_danmu' //弹幕
include ':BzUiComponent:compui_lrcview' //歌词组件
include ':BzUiComponent:bzuicomp_chatdialog' //聊天弹窗
include ':BzUiComponent:sdk_qndroidwhiteboard'
include ':BzUiComponent:rtclogview'
//lib基础模块
//LibComponent 基础组件
include ':LibComponent:lib_network' //网络
include ':LibComponent:base_frame' //基础库
include ':LibComponent:happy_vm' //viewmodel 基类
include ':LibComponent:lib_util' //工具库
include ':LibComponent:lib_json' //json库
include ':ai:audio2text' //语音识别
rootProject.name = "QINIU_SDK_ALL_IN_ONE"
include ':depends:qlive-sdk'
include ':depends:qlive-sdk-uikit'
include ':depends:qlive_beauty'
include ':depends:depends_sdk_piliplayer'
include ':depends:depends_sdk_qrtc'
include ':depends:sdk_qnim'
include ':depends:qonekey-login'