Skip to content

Commit 2475022

Browse files
committed
Upgrade libwebrtc-bin to 134.0.6998.165 version
1 parent f340dd4 commit 2475022

File tree

8 files changed

+28
-15
lines changed

8 files changed

+28
-15
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ All user visible changes to this project will be documented in this file. This p
66

77

88

9+
## main
10+
11+
[Diff](https://github.com/instrumentisto/medea-flutter-webrtc/compare/0.13.1...main)
12+
13+
### Changed
14+
15+
- Upgraded [libwebrtc] to [134.0.6998.165] version. ([todo])
16+
17+
[todo]: https://github.com/instrumentisto/medea-flutter-webrtc/commit/todo
18+
19+
20+
21+
922
## [0.13.1] · 2025-03-18
1023
[0.13.1]: https://github.com/instrumentisto/medea-flutter-webrtc/tree/0.13.1
1124

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-134.0.6998.88-blue "libwebrtc")](https://github.com/instrumentisto/libwebrtc-bin/releases/tag/134.0.6998.88)
5+
[![libwebrtc](https://img.shields.io/badge/libwebrtc-134.0.6998.165-blue "libwebrtc")](https://github.com/instrumentisto/libwebrtc-bin/releases/tag/134.0.6998.165)
66
[![OpenAL](https://img.shields.io/badge/OpenAL-1.24.2-blue "OpenAL")](https://github.com/kcat/openal-soft/releases/tag/1.24.2)
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
@@ -60,7 +60,7 @@ android {
6060
}
6161

6262
dependencies {
63-
implementation 'com.github.instrumentisto:libwebrtc-bin:134.0.6998.88@aar'
63+
implementation 'com.github.instrumentisto:libwebrtc-bin:134.0.6998.165@aar'
6464
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
6565
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4'
6666
}

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+134.0.6998.88"
3+
version = "0.0.0+134.0.6998.165"
44
edition = "2024"
55
rust-version = "1.85"
66
publish = false

crates/libwebrtc-sys/build.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ use walkdir::{DirEntry, WalkDir};
172172
/// [`libwebrtc-bin`]: https://github.com/instrumentisto/libwebrtc-bin
173173
static LIBWEBRTC_URL: &str = "\
174174
https://github.com/instrumentisto/libwebrtc-bin/releases/download\
175-
/134.0.6998.88";
175+
/134.0.6998.165";
176176

177177
/// URL for downloading `openal-soft` source code.
178178
static OPENAL_URL: &str =
@@ -294,19 +294,19 @@ fn get_target() -> anyhow::Result<String> {
294294
fn get_expected_libwebrtc_hash() -> anyhow::Result<&'static str> {
295295
Ok(match get_target()?.as_str() {
296296
"aarch64-unknown-linux-gnu" => {
297-
"ace03f050a44b46f6a5040e3b762259b5825b9dbb2ccdd09b6755069a2b56a36"
297+
"5d6fa125b34b5c4f4cc7cefd72df7b70a6c0804c8d79e75f407119b91839565d"
298298
}
299299
"x86_64-unknown-linux-gnu" => {
300-
"5dfe171ee20a179f7c5ad59cce2602fccc6f2a37264336003ed56dfa7a539e53"
300+
"8f57350e8ab8f9e354141150c438b3972eb958c1e5278f71a1c68c079d897bb1"
301301
}
302302
"aarch64-apple-darwin" => {
303-
"8f69728cd602dcdd83d9693c29a9d89e54fd2b26aa3f32f9b8879d508743bb5b"
303+
"94f7dee339ea728e5222ca0e66b4890ece289c2fd6642acd304c3ec172bbd4c1"
304304
}
305305
"x86_64-apple-darwin" => {
306-
"0f89249fa82c5d50aa0afa95b90e74479e86de9ca2b060e1be4bc585ac12d67c"
306+
"0ffae82d23a39bf236e5754479bd4d59f7eda89b81444208a6bc142dae38c10f"
307307
}
308308
"x86_64-pc-windows-msvc" => {
309-
"029886138771585b710b5da71812a87e49b126007abf4fc1980bbc248873d117"
309+
"9866d6eb946f43109e6787e658b718a901a48ea1cf4413eeec54106e76b7241a"
310310
}
311311
arch => return Err(anyhow::anyhow!("Unsupported target: {arch}")),
312312
})

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 (134.0.6998.88)
3+
- instrumentisto-libwebrtc-bin (134.0.6998.165)
44
- integration_test (0.0.1):
55
- Flutter
66
- medea_flutter_webrtc (0.13.1):
77
- Flutter
8-
- instrumentisto-libwebrtc-bin (= 134.0.6998.88)
8+
- instrumentisto-libwebrtc-bin (= 134.0.6998.165)
99

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

2727
SPEC CHECKSUMS:
2828
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
29-
instrumentisto-libwebrtc-bin: 5c2708895c97f5e4d5287b246d6f5a220ccf1c64
29+
instrumentisto-libwebrtc-bin: afe27fb5f2bf987d714a7ee37ecbe92a08601bd8
3030
integration_test: 4a889634ef21a45d28d50d622cf412dc6d9f586e
31-
medea_flutter_webrtc: 3907a091743b6e31d074fd7e0e0a1b2d0edcdbbd
31+
medea_flutter_webrtc: acf6da939c82b7728b3458afcf84a3bcfc7b1078
3232

3333
PODFILE CHECKSUM: be3ab4e988bb308d23906be69146fcbef66fac55
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', '134.0.6998.88'
18+
s.dependency 'instrumentisto-libwebrtc-bin', '134.0.6998.165'
1919
s.platform = :ios, '13.0'
2020
s.static_framework = true
2121

0 commit comments

Comments
 (0)