diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b6cfd3f27..2580c6a431 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ All user visible changes to this project will be documented in this file. This p -## [0.11.2] · 2024-??-?? (unreleased) +## [0.11.2] · 2024-10-28 [0.11.2]: https://github.com/instrumentisto/medea-flutter-webrtc/tree/0.11.2 [Diff](https://github.com/instrumentisto/medea-flutter-webrtc/compare/0.11.1...0.11.2) @@ -18,7 +18,7 @@ All user visible changes to this project will be documented in this file. This p ### Changed - Upgraded `flutter_rust_bridge` to 2.4.0 version. ([#172]) -- Upgraded [libwebrtc] to [130.0.6723.58] version. ([#177]) +- Upgraded [libwebrtc] to [130.0.6723.69] version. ([#176], [#177]) ### Fixed @@ -27,8 +27,9 @@ All user visible changes to this project will be documented in this file. This p [#172]: https://github.com/instrumentisto/medea-flutter-webrtc/pull/172 [#173]: https://github.com/instrumentisto/medea-flutter-webrtc/pull/173 [#175]: https://github.com/instrumentisto/medea-flutter-webrtc/pull/175 +[#176]: https://github.com/instrumentisto/medea-flutter-webrtc/pull/176 [#177]: https://github.com/instrumentisto/medea-flutter-webrtc/pull/177 -[130.0.6723.58]: https://github.com/instrumentisto/libwebrtc-bin/releases/tag/130.0.6723.58 +[130.0.6723.69]: https://github.com/instrumentisto/libwebrtc-bin/releases/tag/130.0.6723.69 diff --git a/Cargo.lock b/Cargo.lock index 2ac9371fd0..99ed1b207d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -813,7 +813,7 @@ dependencies = [ [[package]] name = "libwebrtc-sys" -version = "0.0.0+130.0.6723.58" +version = "0.0.0+130.0.6723.69" dependencies = [ "anyhow", "cxx", diff --git a/README.md b/README.md index 05b33382aa..e7b5ff5927 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Medea Flutter-WebRTC ==================== [![pub](https://img.shields.io/pub/v/medea_flutter_webrtc "pub")](https://pub.dev/packages/medea_flutter_webrtc) -[![libwebrtc](https://img.shields.io/badge/libwebrtc-130.0.6723.58-blue "libwebrtc")](https://github.com/instrumentisto/libwebrtc-bin/releases/tag/130.0.6723.58) +[![libwebrtc](https://img.shields.io/badge/libwebrtc-130.0.6723.69-blue "libwebrtc")](https://github.com/instrumentisto/libwebrtc-bin/releases/tag/130.0.6723.69) [![OpenAL](https://img.shields.io/badge/OpenAL-1.23.1-blue "OpenAL")](https://github.com/kcat/openal-soft/releases/tag/1.23.1) [Changelog](https://github.com/instrumentisto/medea-flutter-webrtc/blob/main/CHANGELOG.md) diff --git a/android/build.gradle b/android/build.gradle index 51c3e88c3f..d47de37166 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,5 @@ group 'com.instrumentisto.medea_flutter_webrtc' -version '0.11.2-dev' +version '0.11.2' buildscript { ext.kotlin_version = "1.8.22" @@ -60,7 +60,7 @@ android { } dependencies { - implementation 'com.github.instrumentisto:libwebrtc-bin:130.0.6723.58@aar' + implementation 'com.github.instrumentisto:libwebrtc-bin:130.0.6723.69@aar' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4' } diff --git a/crates/libwebrtc-sys/Cargo.toml b/crates/libwebrtc-sys/Cargo.toml index 80b8174f86..511a76a4d8 100644 --- a/crates/libwebrtc-sys/Cargo.toml +++ b/crates/libwebrtc-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libwebrtc-sys" -version = "0.0.0+130.0.6723.58" +version = "0.0.0+130.0.6723.69" edition = "2021" rust-version = "1.81" publish = false diff --git a/crates/libwebrtc-sys/build.rs b/crates/libwebrtc-sys/build.rs index daa10e91d9..8343dd4d6a 100644 --- a/crates/libwebrtc-sys/build.rs +++ b/crates/libwebrtc-sys/build.rs @@ -27,7 +27,7 @@ use walkdir::{DirEntry, WalkDir}; /// [`libwebrtc-bin`]: https://github.com/instrumentisto/libwebrtc-bin static LIBWEBRTC_URL: &str = "https://github.com/instrumentisto/libwebrtc-bin/releases/download\ - /130.0.6723.58"; + /130.0.6723.69"; /// URL for downloading `openal-soft` source code. static OPENAL_URL: &str = @@ -124,19 +124,19 @@ fn get_target() -> anyhow::Result { fn get_expected_libwebrtc_hash() -> anyhow::Result<&'static str> { Ok(match get_target()?.as_str() { "aarch64-unknown-linux-gnu" => { - "0a72efd8b909c4160a124e01d7e92713bd8cfc6121e687749ea99a40cafefcae" + "7c920c99ad312469e0577c4764eb1fbf4b66fd5c82cb32bc3d2267f6dd387b4d" } "x86_64-unknown-linux-gnu" => { - "4f34d432abc67f9291661cf3922355d142cd521501ee2ec4bed43b0413f05fa3" + "7a4c730ed7921f02f8b5af42131417fe18c586c139cf2c1ba84601ece168ddad" } "aarch64-apple-darwin" => { - "7517dd8828979daaec3bec2e7c8b9ed8237a133c85613914be626af9bcb67d32" + "deb83f7396d2138862fd06993b4f77b587c41a7766b7099e51d16e60180fb24a" } "x86_64-apple-darwin" => { - "2349aa45ce63bbb6a799950b156072f5f61e25a9baa85222eac09180bad79b09" + "cc2523cde784b9089b05a6162a0c871733870ecc22f391d0080b8c2be4cf8616" } "x86_64-pc-windows-msvc" => { - "d81d8028bb11e27d130db9d98d0fa1453a0958c872f4eaab78c86c4a8e8c777f" + "c3792497acbae8c29d68bd4e01d9551dc8fbc573edc8169112d1a6a58135c4a3" } arch => return Err(anyhow::anyhow!("Unsupported target: {arch}")), }) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 9a13c0f7d4..e1cb3390a8 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1,11 +1,11 @@ PODS: - Flutter (1.0.0) - - instrumentisto-libwebrtc-bin (128.0.6613.119) + - instrumentisto-libwebrtc-bin (130.0.6723.69) - integration_test (0.0.1): - Flutter - - medea_flutter_webrtc (0.11.2-dev): + - medea_flutter_webrtc (0.11.2): - Flutter - - instrumentisto-libwebrtc-bin (= 128.0.6613.119) + - instrumentisto-libwebrtc-bin (= 130.0.6723.69) DEPENDENCIES: - Flutter (from `Flutter`) @@ -26,9 +26,9 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7 - instrumentisto-libwebrtc-bin: 9504c2bb2f3c154b786fe04a5af96f482199e2c1 + instrumentisto-libwebrtc-bin: 769972c5c8a2b370ab2d6b242180e0bba64bd5c3 integration_test: 252f60fa39af5e17c3aa9899d35d908a0721b573 - medea_flutter_webrtc: 548ab4d92a67af6e9d5de3e1d13d5c45f04ad403 + medea_flutter_webrtc: 2edd16f21de79901c91cd7dc3e132b3bf5af3b3a PODFILE CHECKSUM: be3ab4e988bb308d23906be69146fcbef66fac55 diff --git a/example/macos/Podfile.lock b/example/macos/Podfile.lock index e1846859ba..3588063a70 100644 --- a/example/macos/Podfile.lock +++ b/example/macos/Podfile.lock @@ -1,6 +1,6 @@ PODS: - FlutterMacOS (1.0.0) - - medea_flutter_webrtc (0.11.2-dev): + - medea_flutter_webrtc (0.11.2): - FlutterMacOS DEPENDENCIES: diff --git a/example/pubspec.lock b/example/pubspec.lock index d0d5653012..21d65adf14 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -405,7 +405,7 @@ packages: path: ".." relative: true source: path - version: "0.11.2-dev" + version: "0.11.2" meta: dependency: transitive description: diff --git a/ios/medea_flutter_webrtc.podspec b/ios/medea_flutter_webrtc.podspec index 75416ddda7..e7744a95dc 100644 --- a/ios/medea_flutter_webrtc.podspec +++ b/ios/medea_flutter_webrtc.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'medea_flutter_webrtc' - s.version = '0.11.2-dev' + s.version = '0.11.2' s.summary = 'Flutter WebRTC plugin based on Google WebRTC' s.description = <<-DESC Flutter WebRTC plugin based on Google WebRTC. @@ -15,7 +15,7 @@ Flutter WebRTC plugin based on Google WebRTC. s.source = { :path => '.' } s.source_files = 'Classes/**/*' s.dependency 'Flutter' - s.dependency 'instrumentisto-libwebrtc-bin', '130.0.6723.58' + s.dependency 'instrumentisto-libwebrtc-bin', '130.0.6723.69' s.platform = :ios, '13.0' s.static_framework = true diff --git a/macos/medea_flutter_webrtc.podspec b/macos/medea_flutter_webrtc.podspec index d0d8cde728..06ea5f4447 100644 --- a/macos/medea_flutter_webrtc.podspec +++ b/macos/medea_flutter_webrtc.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'medea_flutter_webrtc' - s.version = '0.11.2-dev' + s.version = '0.11.2' s.summary = 'Flutter WebRTC plugin based on Google WebRTC' s.description = <<-DESC Flutter WebRTC plugin based on Google WebRTC. diff --git a/pubspec.yaml b/pubspec.yaml index 0ac45dd51a..b7e08c4e1d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: medea_flutter_webrtc description: > Flutter WebRTC plugin for Android/iOS/macOS/Linux/Windows/Web, based on GoogleWebRTC, designed for and used in Medea Jason WebRTC client. -version: 0.11.2-dev +version: 0.11.2 homepage: https://github.com/instrumentisto/medea-flutter-webrtc environment: