File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
--------------------------------------------
4
+ [ 0.8.1] - 2021-12-29
5
+
6
+ * [ Android/iOS] Bump webrtc-sdk version to 93.4577.01.
7
+
4
8
[ 0.8.0] - 2021-12-05
5
9
6
10
* [ Dart] Refactor: Use webrtc interface. (#777 )
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.03 '
52
+ implementation ' com.github.webrtc-sdk:android:93.4577.01 '
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 @@ -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.11 '
19
+ s . dependency 'WebRTC-SDK' , '93.4577.01 '
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 @@ -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.11 '
23
+ s . dependency 'WebRTC-SDK' , '93.4577.01 '
24
24
s . osx . deployment_target = '10.11'
25
25
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.8.0
3
+ version : 0.8.1
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