File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
--------------------------------------------
4
+ [ 0.9.17] - 2022-11-28
5
+
6
+ * [ Android] Update android webrtc version to 104.5112.05
7
+ * [ iOS] Update WebRTC.xframework version to 104.5112.07
8
+
4
9
[ 0.9.16] - 2022-11-14
5
10
6
11
* [ Linux] Fixed compiler error for flutter 3.3.8.
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.9.13 '
6
+ s . version = '0.9.17 '
7
7
s . summary = 'Flutter WebRTC plugin for iOS.'
8
8
s . description = <<-DESC
9
9
A new flutter plugin project.
@@ -15,7 +15,7 @@ A new flutter plugin project.
15
15
s . source_files = 'Classes/**/*'
16
16
s . public_header_files = 'Classes/**/*.h'
17
17
s . dependency 'Flutter'
18
- s . dependency 'WebRTC-SDK' , '104.5112.06 '
18
+ s . dependency 'WebRTC-SDK' , '104.5112.07 '
19
19
s . ios . deployment_target = '10.0'
20
20
s . static_framework = true
21
21
end
Original file line number Diff line number Diff line change 1
1
name : flutter_webrtc
2
2
description : Flutter WebRTC plugin for iOS/Android/Destkop/Web, based on GoogleWebRTC.
3
- version : 0.9.16
3
+ version : 0.9.17
4
4
homepage : https://github.com/cloudwebrtc/flutter-webrtc
5
5
environment :
6
6
sdk : ' >=2.12.0 <3.0.0'
You can’t perform that action at this time.
0 commit comments