We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7be8465 commit 701f58eCopy full SHA for 701f58e
android/build.gradle
@@ -52,8 +52,9 @@ android {
52
}
53
54
dependencies {
55
+ implementation 'io.github.webrtc-sdk:android:114.5735.02'
56
implementation 'com.github.davidliu:audioswitch:7b55cec426227a75be25b0d7ad8537d4aede2a2a'
57
implementation 'androidx.annotation:annotation:1.1.0'
58
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
- implementation files('libwebrtc.aar')
59
+ // implementation files('libwebrtc.aar')
60
0 commit comments