From 1bdf37a8a535d4042f60634ab548e6337f652651 Mon Sep 17 00:00:00 2001 From: CloudWebRTC Date: Mon, 15 Aug 2022 00:27:04 +0800 Subject: [PATCH] chore: update flutter-webrtc 0.9.2 (m104). (#146) --- example/ios/Podfile.lock | 14 +++++++------- example/macos/Podfile.lock | 14 +++++++------- example/pubspec.lock | 6 +++--- ios/livekit_client.podspec | 2 +- macos/livekit_client.podspec | 2 +- pubspec.lock | 6 +++--- pubspec.yaml | 4 ++-- 7 files changed, 24 insertions(+), 24 deletions(-) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 75c7ae4..1520435 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -2,17 +2,17 @@ PODS: - device_info_plus (0.0.1): - Flutter - Flutter (1.0.0) - - flutter_webrtc (0.8.0): + - flutter_webrtc (0.9.2): - Flutter - - WebRTC-SDK (= 97.4692.05) + - WebRTC-SDK (= 104.5112.02) - livekit_client (1.0.0): - Flutter - - WebRTC-SDK (~> 97.4692) + - WebRTC-SDK (~> 104.5112.02) - path_provider_ios (0.0.1): - Flutter - shared_preferences_ios (0.0.1): - Flutter - - WebRTC-SDK (97.4692.05) + - WebRTC-SDK (104.5112.02) DEPENDENCIES: - device_info_plus (from `.symlinks/plugins/device_info_plus/ios`) @@ -43,11 +43,11 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: device_info_plus: e5c5da33f982a436e103237c0c85f9031142abed Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a - flutter_webrtc: 1062ea68c08f530ad3d97f743729dd390d8cbf7b - livekit_client: bfe6ba8be81816356cf2b06483179227c832a986 + flutter_webrtc: af1337911865d904b45c5fc95605115af4d0cdc8 + livekit_client: 43ed7a2166f0bbb49682249d33a25003206fa259 path_provider_ios: 14f3d2fd28c4fdb42f44e0f751d12861c43cee02 shared_preferences_ios: 548a61f8053b9b8a49ac19c1ffbc8b92c50d68ad - WebRTC-SDK: a6ee40bda0e3f7dba057907c3897374005c5715b + WebRTC-SDK: e0589abeb63db07a4ca1f45c82ba0f1a72e61622 PODFILE CHECKSUM: 82aed1035f46bfa5b522f0d0dbf4730f17ec65ff diff --git a/example/macos/Podfile.lock b/example/macos/Podfile.lock index 235241a..10b1f05 100644 --- a/example/macos/Podfile.lock +++ b/example/macos/Podfile.lock @@ -1,18 +1,18 @@ PODS: - device_info_plus_macos (0.0.1): - FlutterMacOS - - flutter_webrtc (0.9.0): + - flutter_webrtc (0.9.2): - FlutterMacOS - - WebRTC-SDK (= 97.4692.07) + - WebRTC-SDK (= 104.5112.02) - FlutterMacOS (1.0.0) - livekit_client (1.0.0): - FlutterMacOS - - WebRTC-SDK (~> 97.4692.07) + - WebRTC-SDK (~> 104.5112.02) - path_provider_macos (0.0.1): - FlutterMacOS - shared_preferences_macos (0.0.1): - FlutterMacOS - - WebRTC-SDK (97.4692.07) + - WebRTC-SDK (104.5112.02) DEPENDENCIES: - device_info_plus_macos (from `Flutter/ephemeral/.symlinks/plugins/device_info_plus_macos/macos`) @@ -42,12 +42,12 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: device_info_plus_macos: 1ad388a1ef433505c4038e7dd9605aadd1e2e9c7 - flutter_webrtc: 708996d57dcf06da1c6a8e820a43112618d62213 + flutter_webrtc: e4c5ac172da404d18f31d46ca8144ddd871551ea FlutterMacOS: 57701585bf7de1b3fc2bb61f6378d73bbdea8424 - livekit_client: 758f6a39a322a64e2081253b89c66d6f5275816f + livekit_client: ec8c0e97144ba29ae8d3b8c12d14549b38ef2d2d path_provider_macos: 3c0c3b4b0d4a76d2bf989a913c2de869c5641a19 shared_preferences_macos: a64dc611287ed6cbe28fd1297898db1336975727 - WebRTC-SDK: e16ed5e9f54d2a983d5f1f479a4b55f20da202fe + WebRTC-SDK: e0589abeb63db07a4ca1f45c82ba0f1a72e61622 PODFILE CHECKSUM: 6eac6b3292e5142cfc23bdeb71848a40ec51c14c diff --git a/example/pubspec.lock b/example/pubspec.lock index 411e8ae..374ad7c 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -56,7 +56,7 @@ packages: name: dart_webrtc url: "https://pub.dartlang.org" source: hosted - version: "1.0.6" + version: "1.0.7" device_info_plus: dependency: transitive description: @@ -176,7 +176,7 @@ packages: name: flutter_webrtc url: "https://pub.dartlang.org" source: hosted - version: "0.9.0" + version: "0.9.2" google_fonts: dependency: "direct main" description: @@ -510,7 +510,7 @@ packages: name: webrtc_interface url: "https://pub.dartlang.org" source: hosted - version: "1.0.5" + version: "1.0.7" win32: dependency: transitive description: diff --git a/ios/livekit_client.podspec b/ios/livekit_client.podspec index 6d561a2..5333dff 100644 --- a/ios/livekit_client.podspec +++ b/ios/livekit_client.podspec @@ -16,5 +16,5 @@ Pod::Spec.new do |s| s.static_framework = true s.dependency 'Flutter' - s.dependency 'WebRTC-SDK', '~> 97.4692' + s.dependency 'WebRTC-SDK', '~> 104.5112.02' end diff --git a/macos/livekit_client.podspec b/macos/livekit_client.podspec index 041dc69..997b633 100644 --- a/macos/livekit_client.podspec +++ b/macos/livekit_client.podspec @@ -16,5 +16,5 @@ Pod::Spec.new do |s| s.static_framework = true s.dependency 'FlutterMacOS' - s.dependency 'WebRTC-SDK', '~> 97.4692.07' + s.dependency 'WebRTC-SDK', '~> 104.5112.02' end diff --git a/pubspec.lock b/pubspec.lock index 903e151..dcfe274 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -119,7 +119,7 @@ packages: name: dart_webrtc url: "https://pub.dartlang.org" source: hosted - version: "1.0.6" + version: "1.0.7" device_info_plus: dependency: "direct main" description: @@ -218,7 +218,7 @@ packages: name: flutter_webrtc url: "https://pub.dartlang.org" source: hosted - version: "0.9.0" + version: "0.9.2" glob: dependency: transitive description: @@ -496,7 +496,7 @@ packages: name: webrtc_interface url: "https://pub.dartlang.org" source: hosted - version: "1.0.5" + version: "1.0.7" win32: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index b2bea89..47e60cf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -22,8 +22,8 @@ dependencies: uuid: ^3.0.6 synchronized: ^3.0.0 protobuf: ^2.0.1 - flutter_webrtc: ^0.9.0 - dart_webrtc: ^1.0.6 + flutter_webrtc: ^0.9.2 + dart_webrtc: ^1.0.7 device_info_plus: ^3.2.3 dev_dependencies: