File tree 3 files changed +5
-5
lines changed 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ android {
49
49
}
50
50
51
51
dependencies {
52
- implementation ' com.github.webrtc-sdk:android:92.4515.01 '
52
+ implementation ' com.github.webrtc-sdk:android:92.4515.03 '
53
53
implementation ' androidx.annotation:annotation:1.1.0'
54
54
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
55
55
}
Original file line number Diff line number Diff line change 3
3
#
4
4
Pod ::Spec . new do |s |
5
5
s . name = 'flutter_webrtc'
6
- s . version = '0.2.3 '
6
+ s . version = '0.7.1 '
7
7
s . summary = 'Flutter WebRTC plugin for iOS.'
8
8
s . description = <<-DESC
9
9
A new flutter plugin project.
@@ -16,7 +16,7 @@ A new flutter plugin project.
16
16
s . public_header_files = 'Classes/**/*.h'
17
17
s . dependency 'Flutter'
18
18
s . dependency 'Libyuv' , '1703'
19
- s . dependency 'WebRTC-SDK' , '92.4515.10 '
19
+ s . dependency 'WebRTC-SDK' , '92.4515.11 '
20
20
s . ios . deployment_target = '10.0'
21
21
s . static_framework = true
22
22
end
Original file line number Diff line number Diff line change 3
3
#
4
4
Pod ::Spec . new do |s |
5
5
s . name = 'flutter_webrtc'
6
- s . version = '0.2.3 '
6
+ s . version = '0.7.1 '
7
7
s . summary = 'Flutter WebRTC plugin for macOS.'
8
8
s . description = <<-DESC
9
9
A new flutter plugin project.
@@ -20,6 +20,6 @@ A new flutter plugin project.
20
20
s . vendored_libraries = 'third_party/lib/*.a'
21
21
22
22
s . dependency 'FlutterMacOS'
23
- s . dependency 'WebRTC-SDK' , '92.4515.10 '
23
+ s . dependency 'WebRTC-SDK' , '92.4515.11 '
24
24
s . osx . deployment_target = '10.11'
25
25
end
You can’t perform that action at this time.
0 commit comments