File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -9,3 +9,6 @@ include ':tuilivekit:component:audiencelist'
9
9
include ' :tuilivekit:component:dashboard'
10
10
include ' :tuilivekit:component:music'
11
11
include ' :tuilivekit:component:roominfo'
12
+ include ' :livestreamcore'
13
+ include ' :voiceroomcore'
14
+
Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ dependencies {
32
32
implementation project(' :tuilivekit:component:audiencelist' )
33
33
implementation project(' :tuilivekit:component:music' )
34
34
implementation project(' :tuilivekit:component:roominfo' )
35
+ api project(' :livestreamcore' )
36
+ api project(' :voiceroomcore' )
35
37
36
38
api ' io.trtc.uikit:common:2.8.0.533'
37
- api ' io.trtc.uikit:live-stream-core:latest.release'
38
- api ' io.trtc.uikit:voice-room-core:latest.release'
39
39
api ' androidx.appcompat:appcompat:1.3.1'
40
40
api ' com.google.android.material:material:1.4.0'
41
41
api ' androidx.constraintlayout:constraintlayout:2.1.1'
You can’t perform that action at this time.
0 commit comments