File tree Expand file tree Collapse file tree 8 files changed +14
-13
lines changed Expand file tree Collapse file tree 8 files changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,16 @@ All user visible changes to this project will be documented in this file. This p
66
77
88
9- ## main
9+ ## [ 0.13.2] · 2025-03-18
10+ [ 0.13.2 ] : https://github.com/instrumentisto/medea-flutter-webrtc/tree/0.13.2
1011
11- [ Diff] ( https://github.com/instrumentisto/medea-flutter-webrtc/compare/0.13.1...main )
12+ [ Diff] ( https://github.com/instrumentisto/medea-flutter-webrtc/compare/0.13.1...0.13.2 )
1213
1314### Changed
1415
15- - Upgraded [ libwebrtc] to [ 134.0.6998.165] version. ([ todo ] )
16+ - Upgraded [ libwebrtc] to [ 134.0.6998.165] version. ([ 24750229 ] )
1617
17- [ todo ] : https://github.com/instrumentisto/medea-flutter-webrtc/commit/todo
18+ [ 24750229 ] : https://github.com/instrumentisto/medea-flutter-webrtc/commit/24750229034753705cfc6f5e240f4cabd8bfbd04
1819
1920
2021
Original file line number Diff line number Diff line change 11group ' com.instrumentisto.medea_flutter_webrtc'
2- version ' 0.13.1 '
2+ version ' 0.13.2 '
33
44buildscript {
55 ext. kotlin_version = " 1.8.22"
Original file line number Diff line number Diff line change 33 - instrumentisto-libwebrtc-bin (134.0.6998.165)
44 - integration_test (0.0.1):
55 - Flutter
6- - medea_flutter_webrtc (0.13.1 ):
6+ - medea_flutter_webrtc (0.13.2 ):
77 - Flutter
88 - instrumentisto-libwebrtc-bin (= 134.0.6998.165)
99
@@ -28,7 +28,7 @@ SPEC CHECKSUMS:
2828 Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
2929 instrumentisto-libwebrtc-bin: afe27fb5f2bf987d714a7ee37ecbe92a08601bd8
3030 integration_test: 4a889634ef21a45d28d50d622cf412dc6d9f586e
31- medea_flutter_webrtc: acf6da939c82b7728b3458afcf84a3bcfc7b1078
31+ medea_flutter_webrtc: 8a2877735450b004aab0c789ec48d35f029ccf37
3232
3333PODFILE CHECKSUM: be3ab4e988bb308d23906be69146fcbef66fac55
3434
Original file line number Diff line number Diff line change 11PODS:
22 - FlutterMacOS (1.0.0)
3- - medea_flutter_webrtc (0.13.1 ):
3+ - medea_flutter_webrtc (0.13.2 ):
44 - FlutterMacOS
55
66DEPENDENCIES:
@@ -15,7 +15,7 @@ EXTERNAL SOURCES:
1515
1616SPEC CHECKSUMS:
1717 FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
18- medea_flutter_webrtc: 0be940eba927d2821a580a76f588a214e919f5a6
18+ medea_flutter_webrtc: 8d45767284f39f548e23da4ed088c5e9928e4ee7
1919
2020PODFILE CHECKSUM: 353c8bcc5d5b0994e508d035b5431cfe18c1dea7
2121
Original file line number Diff line number Diff line change @@ -400,7 +400,7 @@ packages:
400400 path: ".."
401401 relative: true
402402 source: path
403- version: "0.13.1 "
403+ version: "0.13.2 "
404404 meta:
405405 dependency: transitive
406406 description:
Original file line number Diff line number Diff line change 44#
55Pod ::Spec . new do |s |
66 s . name = 'medea_flutter_webrtc'
7- s . version = '0.13.1 '
7+ s . version = '0.13.2 '
88 s . summary = 'Flutter WebRTC plugin based on Google WebRTC'
99 s . description = <<-DESC
1010Flutter WebRTC plugin based on Google WebRTC.
Original file line number Diff line number Diff line change 44#
55Pod ::Spec . new do |s |
66 s . name = 'medea_flutter_webrtc'
7- s . version = '0.13.1 '
7+ s . version = '0.13.2 '
88 s . summary = 'Flutter WebRTC plugin based on Google WebRTC'
99 s . description = <<-DESC
1010Flutter WebRTC plugin based on Google WebRTC.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: medea_flutter_webrtc
22description : >
33 Flutter WebRTC plugin for Android/iOS/macOS/Linux/Windows/Web, based on
44 GoogleWebRTC, designed for and used in Medea Jason WebRTC client.
5- version : 0.13.1
5+ version : 0.13.2
66homepage : https://github.com/instrumentisto/medea-flutter-webrtc
77
88environment :
You can’t perform that action at this time.
0 commit comments