Skip to content

Commit 1bde378

Browse files
committed
ios,android: update libwebrtc to m137
1 parent 92892bf commit 1bde378

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ android {
3131

3232
dependencies {
3333
implementation "com.facebook.react:react-android:+"
34-
api 'io.github.webrtc-sdk:android:125.6422.04'
34+
api 'io.github.webrtc-sdk:android:137.7151.01'
3535
implementation "androidx.core:core:1.7.0"
3636
}

livekit-react-native-webrtc.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
1919
s.libraries = 'c', 'sqlite3', 'stdc++'
2020
s.framework = 'AudioToolbox','AVFoundation', 'CoreAudio', 'CoreGraphics', 'CoreVideo', 'GLKit', 'VideoToolbox'
2121
s.dependency 'React-Core'
22-
s.dependency 'WebRTC-SDK', '=125.6422.07'
22+
s.dependency 'WebRTC-SDK', '=137.7151.02'
2323

2424
# Swift/Objective-C compatibility
2525
s.pod_target_xcconfig = {

0 commit comments

Comments
 (0)