Skip to content

Commit fdb2c6f

Browse files
authored
fix(android): upgrade webrtc sdk version (#77)
WrappedVideoDecoderFactory class is added in 104.5112.10 but this library uses 104.5112.09 version.
1 parent b293097 commit fdb2c6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ dependencies {
130130
api 'com.facebook.react:react-native:+'
131131
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
132132
api 'com.github.davidliu:audioswitch:c498d866c57f1d88056d5e7e7a78d622e3b0c046'
133-
api 'io.github.webrtc-sdk:android:104.5112.09'
133+
api 'io.github.webrtc-sdk:android:104.5112.10'
134134
implementation project(':livekit_react-native-webrtc')
135135
implementation "androidx.annotation:annotation:1.4.0"
136136
}

0 commit comments

Comments
 (0)