Skip to content

Commit a1a11db

Browse files
xanderzhao-zbAbySwifter
authored andcommitted
【LiveKit】【Android】【V2.8.0】fix aar problem
1 parent 4510240 commit a1a11db

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Android/settings.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ include ':tuilivekit:component:audiencelist'
99
include ':tuilivekit:component:dashboard'
1010
include ':tuilivekit:component:music'
1111
include ':tuilivekit:component:roominfo'
12+
include ':livestreamcore'
13+
include ':voiceroomcore'
14+

Android/tuilivekit/livekit/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)