语圈基本完成
2、个人主页完成
This commit is contained in:
@@ -30,6 +30,7 @@ dependencyResolutionManagement {
|
||||
maven { url "https://mirrors.tencent.com/nexus/repository/maven-public/" }
|
||||
flatDir { dirs 'libs' } // 如果需要 flatDir,放在这里
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
rootProject.name = "qxLive"
|
||||
@@ -43,21 +44,6 @@ include ':modulecircle' //语圈模块
|
||||
include ':modulevocal' //个人模块
|
||||
include ':modulenews' //音域
|
||||
|
||||
// 引入内部组件通信模块 (必要模块)
|
||||
//include ':tuicore'
|
||||
//project(':tuicore').projectDir = new File(settingsDir, '../TUIKit/TUICore/tuicore')
|
||||
//
|
||||
//// 引入 IM 组件公共模块(必要模块)
|
||||
////include ':timcommon'
|
||||
////project(':timcommon').projectDir = new File(settingsDir, '../TUIKit/TIMCommon/timcommon')
|
||||
//
|
||||
//// 引入聊天功能模块 (基础功能模块)
|
||||
//include ':tuichat'
|
||||
//project(':tuichat').projectDir = new File(settingsDir, '../TUIKit/TUIChat/tuichat')
|
||||
//
|
||||
//// 引入会话功能模块 (基础功能模块)
|
||||
//include ':tuiconversation'
|
||||
//project(':tuiconversation').projectDir = new File(settingsDir, '../TUIKit/TUIConversation/tuiconversation')
|
||||
include ':timcommon'
|
||||
include ':tuichat'
|
||||
include ':tuiconversation'
|
||||
|
||||
Reference in New Issue
Block a user