From 594cc71323526b36ac80d76c488d85166f1607ed Mon Sep 17 00:00:00 2001 From: cloudwebrtc Date: Wed, 24 Aug 2022 13:02:26 +0800 Subject: [PATCH] Fixed flutter-webrtc/dart-webrtc version numbers to avoid WebRTC version alignment issues in podspec. --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index eb85d96e..861a3cd1 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.4 - dart_webrtc: ^1.0.7 + flutter_webrtc: 0.9.4 + dart_webrtc: 1.0.7 device_info_plus: ^3.2.3 dev_dependencies: