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'
99include ' :tuilivekit:component:dashboard'
1010include ' :tuilivekit:component:music'
1111include ' :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 {
3232 implementation project(' :tuilivekit:component:audiencelist' )
3333 implementation project(' :tuilivekit:component:music' )
3434 implementation project(' :tuilivekit:component:roominfo' )
35+ api project(' :livestreamcore' )
36+ api project(' :voiceroomcore' )
3537
3638 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'
3939 api ' androidx.appcompat:appcompat:1.3.1'
4040 api ' com.google.android.material:material:1.4.0'
4141 api ' androidx.constraintlayout:constraintlayout:2.1.1'
You can’t perform that action at this time.
0 commit comments