8000 Upgrade webrtc-sdk. · flutter-robert/flutter-webrtc@39b51c3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 39b51c3

Browse files
committed
Upgrade webrtc-sdk.
1 parent c7c4b32 commit 39b51c3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ android {
4949
}
5050

5151
dependencies {
52-
implementation 'com.github.webrtc-sdk:android:92.4515.01'
52+
implementation 'com.github.webrtc-sdk:android:92.4515.03'
5353
implementation 'androidx.annotation:annotation:1.1.0'
5454
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
5555
}

ios/flutter_webrtc.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'flutter_webrtc'
6-
s.version = '0.2.3'
6+
s.version = '0.7.1'
77
s.summary = 'Flutter WebRTC plugin for iOS.'
88
s.description = <<-DESC
99
A new flutter plugin project.
@@ -16,7 +16,7 @@ A new flutter plugin project.
1616
s.public_header_files = 'Classes/**/*.h'
1717
s.dependency 'Flutter'
1818
s.dependency 'Libyuv', '1703'
19-
s.dependency 'WebRTC-SDK', '92.4515.10'
19+
s.dependency 'WebRTC-SDK', '92.4515.11'
2020
s.ios.deployment_target = '10.0'
2121
s.static_framework = true
2222
end

macos/flutter_webrtc.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'flutter_webrtc'
6-
s.version = '0.2.3'
6+
s.version = '0.7.1'
77
s.summary = 'Flutter WebRTC plugin for macOS.'
88
s.description = <<-DESC
99
A new flutter plugin project.
@@ -20,6 +20,6 @@ A new flutter plugin project.
2020
s.vendored_libraries = 'third_party/lib/*.a'
2121

2222
s.dependency 'FlutterMacOS'
23-
s.dependency 'WebRTC-SDK', '92.4515.10'
23+
s.dependency 'WebRTC-SDK', '92.4515.11'
2424
s.osx.deployment_target = '10.11'
2525
end

0 commit comments

Comments
 (0)
0