Skip to content

Commit 193112c

Browse files
committed
Merge branch 'fix/bg_rxdart_bump' into minor
2 parents 7f3a42e + ac4bb0c commit 193112c

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

just_audio_background/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.1-beta.13
2+
3+
* Support rxdart 0.28.x.
4+
15
## 0.0.1-beta.12
26

37
* Support setWebCrossOrigin.

just_audio_background/pubspec.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: just_audio_background
22
description: An add-on for just_audio that supports background playback and media notifications.
33
homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio_background
4-
version: 0.0.1-beta.12
4+
version: 0.0.1-beta.13
55
topics:
66
- audio
77
- sound
@@ -12,14 +12,14 @@ dependencies:
1212
just_audio_platform_interface: ^4.3.0
1313
# just_audio_platform_interface:
1414
# path: ../just_audio_platform_interface
15-
audio_service: ^0.18.9
16-
audio_session: ^0.1.14
15+
audio_service: ^0.18.14
16+
audio_session: ^0.1.20
1717
flutter:
1818
sdk: flutter
1919
flutter_web_plugins:
2020
sdk: flutter
2121
meta: ^1.3.0
22-
rxdart: '>=0.26.0 <0.28.0'
22+
rxdart: '>=0.26.0 <0.29.0'
2323

2424
dev_dependencies:
2525
flutter_lints: ^2.0.1

0 commit comments

Comments
 (0)