8000 Release/0.11.3 (#1625) · flutter-webrtc/flutter-webrtc@bfb64e2 · GitHub
[go: up one dir, main page]

Skip to content

Commit bfb64e2

Browse files
authored
Release/0.11.3 (#1625)
* release: 0.11.3. * update so, dll.
1 parent 63fad90 commit bfb64e2

File tree

8 files changed

+10
-6
lines changed

8 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

33
--------------------------------------------
4+
[0.11.3] - 2024-07-12
5+
6+
* Bump version for libwebrtc.
7+
48
[0.11.2] - 2024-07-09
59

610
* [Windows] fix crash for windows.

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ android {
5252
}
5353

5454
dependencies {
55-
implementation 'io.github.webrtc-sdk:android:125.6422.02'
55+
implementation 'io.github.webrtc-sdk:android:125.6422.03'
5656
implementation 'com.github.davidliu:audioswitch:89582c47c9a04c62f90aa5e57251af4800a62c9a'
5757
implementation 'androidx.annotation:annotation:1.1.0'
5858
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

ios/flutter_webrtc.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'flutter_webrtc'
6-
s.version = '0.11. 8000 2'
6+
s.version = '0.11.3'
77
s.summary = 'Flutter WebRTC plugin for iOS.'
88
s.description = <<-DESC
99
A new flutter plugin project.
@@ -15,7 +15,7 @@ A new flutter plugin project.
1515
s.source_files = 'Classes/**/*'
1616
s.public_header_files = 'Classes/**/*.h'
1717
s.dependency 'Flutter'
18-
s.dependency 'WebRTC-SDK', '125.6422.03'
18+
s.dependency 'WebRTC-SDK', '125.6422.04'
1919
s.ios.deployment_target = '13.0'
2020
s.static_framework = true
2121
end

macos/flutter_webrtc.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'flutter_webrtc'
6-
s.version = '0.11.2'
6+
s.version = '0.11.3'
77
s.summary = 'Flutter WebRTC plugin for macOS.'
88
s.description = <<-DESC
99
A new flutter plugin project.
@@ -15,6 +15,6 @@ A new flutter plugin project.
1515
s.source_files = ['Classes/**/*']
1616

1717
s.dependency 'FlutterMacOS'
18-
s.dependency 'WebRTC-SDK', '125.6422.03'
18+
s.dependency 'WebRTC-SDK', '125.6422.04'
1919
s.osx.deployment_target = '10.14'
2020
end

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_webrtc
22
description: Flutter WebRTC plugin for iOS/Android/Destkop/Web, based on GoogleWebRTC.
3-
version: 0.11.2
3+
version: 0.11.3
44
homepage: https://github.com/cloudwebrtc/flutter-webrtc
55
environment:
66
sdk:  605B 9;>=3.3.0 <4.0.0'
-112 Bytes
Binary file not shown.
-120 Bytes
Binary file not shown.
512 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)
0