Skip to content

Commit a8382e4

Browse files
committed
Upgrade libwebrtc-bin to 138.0.7204.100 version
1 parent 1cbfaa8 commit a8382e4

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ All user visible changes to this project will be documented in this file. This p
1212

1313
### Changed
1414

15-
- Upgraded [libwebrtc] to [138.0.7204.92] version. ([#233], [todo])
15+
- Upgraded [libwebrtc] to [138.0.7204.100] version. ([#233], [todo])
1616

1717
[#233]: https://github.com/instrumentisto/medea-flutter-webrtc/pull/233
1818
[todo]: https://github.com/instrumentisto/medea-flutter-webrtc/commit/todo
19-
[138.0.7204.92]: https://github.com/instrumentisto/libwebrtc-bin/releases/tag/138.0.7204.92
19+
[138.0.7204.100]: https://github.com/instrumentisto/libwebrtc-bin/releases/tag/138.0.7204.100
2020

2121

2222

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Medea Flutter-WebRTC
22
====================
33

44
[![pub](https://img.shields.io/pub/v/medea_flutter_webrtc "pub")](https://pub.dev/packages/medea_flutter_webrtc)
5-
[![libwebrtc](https://img.shields.io/badge/libwebrtc-138.0.7204.92-blue "libwebrtc")](https://github.com/instrumentisto/libwebrtc-bin/releases/tag/138.0.7204.92)
5+
[![libwebrtc](https://img.shields.io/badge/libwebrtc-138.0.7204.100-blue "libwebrtc")](https://github.com/instrumentisto/libwebrtc-bin/releases/tag/138.0.7204.100)
66
[![OpenAL](https://img.shields.io/badge/OpenAL-1.24.3-blue "OpenAL")](https://github.com/kcat/openal-soft/releases/tag/1.24.3)
77

88
[Changelog](https://github.com/instrumentisto/medea-flutter-webrtc/blob/main/CHANGELOG.md)

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ android {
5353
}
5454

5555
dependencies {
56-
implementation "com.github.instrumentisto:libwebrtc-bin:138.0.7204.92@aar"
56+
implementation "com.github.instrumentisto:libwebrtc-bin:138.0.7204.100@aar"
5757
}
5858
}

crates/libwebrtc-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libwebrtc-sys"
3-
version = "0.0.0+138.0.7204.92"
3+
version = "0.0.0+138.0.7204.100"
44
edition = "2024"
55
rust-version = "1.88"
66
publish = false

crates/libwebrtc-sys/build.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ use walkdir::{DirEntry, WalkDir};
174174
/// [`libwebrtc-bin`]: https://github.com/instrumentisto/libwebrtc-bin
175175
static LIBWEBRTC_URL: &str = "\
176176
https://github.com/instrumentisto/libwebrtc-bin/releases/download\
177-
/138.0.7204.92";
177+
/138.0.7204.100";
178178

179179
/// URL for downloading `openal-soft` source code.
180180
static OPENAL_URL: &str =
@@ -303,19 +303,19 @@ fn get_target() -> anyhow::Result<String> {
303303
fn get_expected_libwebrtc_hash() -> anyhow::Result<&'static str> {
304304
Ok(match get_target()?.as_str() {
305305
"aarch64-unknown-linux-gnu" => {
306-
"c34f443c583959c1a04f35eb5121c4a137a8cb38b48ba0b13f4b0e381e013e0f"
306+
"f7e535016c63860036ae68a92c6705559245a1cad013173dd0661263d5f302d2"
307307
}
308308
"x86_64-unknown-linux-gnu" => {
309-
"3a9a969f87293f4ffdb7255c464851d716076131679465f4fd16bedffd4dd86c"
309+
"d30d2b88bda1c95b6095696cd614311272a3afc1a47691f22a871a08999df666"
310310
}
311311
"aarch64-apple-darwin" => {
312-
"ca56ec93a14975d61bf201b52c1307b58894e8b1f5e34aac53c507a8c5546230"
312+
"dd7cbe360742fe90af084a54472a0fa379dccd76a6f9313aa0f30592493203a2"
313313
}
314314
"x86_64-apple-darwin" => {
315-
"29c33f13a2606b783c5e197aa6d29c0b54f593beedc4a92fb2b876f876210003"
315+
"4314ccb66488a684dcc09e230a28db2e451013f68ed5ca882e33a2a48fe16bca"
316316
}
317317
"x86_64-pc-windows-msvc" => {
318-
"aa018da90d48e9decac8dae72b98202697869f268fd96e3d7930078e0488c082"
318+
"494627a0d8fa6155c1aecd6f7c065c2e6129afde5e8f0d164381b185de53e0d3"
319319
}
320320
arch => return Err(anyhow::anyhow!("Unsupported target: {arch}")),
321321
})

example/ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
PODS:
22
- Flutter (1.0.0)
3-
- instrumentisto-libwebrtc-bin (138.0.7204.92)
3+
- instrumentisto-libwebrtc-bin (138.0.7204.100)
44
- integration_test (0.0.1):
55
- Flutter
66
- medea_flutter_webrtc (0.15.0):
77
- Flutter
8-
- instrumentisto-libwebrtc-bin (= 138.0.7204.92)
8+
- instrumentisto-libwebrtc-bin (= 138.0.7204.100)
99

1010
DEPENDENCIES:
1111
- Flutter (from `Flutter`)
@@ -26,9 +26,9 @@ EXTERNAL SOURCES:
2626

2727
SPEC CHECKSUMS:
2828
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
29-
instrumentisto-libwebrtc-bin: 3a32665b762f69239c5d535df8569662ce178f30
29+
instrumentisto-libwebrtc-bin: 522036a664b313c1102578ed9489f9fcff3be1b4
3030
integration_test: 4a889634ef21a45d28d50d622cf412dc6d9f586e
31-
medea_flutter_webrtc: 286f657d710757b6fd3b8c2ee7028b62998b9c57
31+
medea_flutter_webrtc: 8c1b68a826dbc3a76876a8a81d2b85ded3db9be8
3232

3333
PODFILE CHECKSUM: 1dbc3cbd33fc238907ad8f1ddbe5de6cf2d9c193
3434

ios/medea_flutter_webrtc.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Flutter WebRTC plugin based on Google WebRTC.
1515
s.source = { :path => '.' }
1616
s.source_files = 'Classes/**/*'
1717
s.dependency 'Flutter'
18-
s.dependency 'instrumentisto-libwebrtc-bin', '138.0.7204.92'
18+
s.dependency 'instrumentisto-libwebrtc-bin', '138.0.7204.100'
1919
s.platform = :ios, '13.0'
2020
s.static_framework = true
2121

0 commit comments

Comments
 (0)