Skip to content

Commit 701f58e

Browse files
committed
update .
1 parent 7be8465 commit 701f58e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

android/build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ android {
5252
}
5353

5454
dependencies {
55+
implementation 'io.github.webrtc-sdk:android:114.5735.02'
5556
implementation 'com.github.davidliu:audioswitch:7b55cec426227a75be25b0d7ad8537d4aede2a2a'
5657
implementation 'androidx.annotation:annotation:1.1.0'
5758
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
58-
implementation files('libwebrtc.aar')
59+
// implementation files('libwebrtc.aar')
5960
}

0 commit comments

Comments
 (0)