Skip to content

Commit

Permalink
Merge branch 'fix/bg_rxdart_bump' into minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanheise committed Jul 10, 2024
2 parents 7f3a42e + ac4bb0c commit 193112c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions just_audio_background/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.1-beta.13

* Support rxdart 0.28.x.

## 0.0.1-beta.12

* Support setWebCrossOrigin.
Expand Down
8 changes: 4 additions & 4 deletions just_audio_background/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: just_audio_background
description: An add-on for just_audio that supports background playback and media notifications.
homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio_background
version: 0.0.1-beta.12
version: 0.0.1-beta.13
topics:
- audio
- sound
Expand All @@ -12,14 +12,14 @@ dependencies:
just_audio_platform_interface: ^4.3.0
# just_audio_platform_interface:
# path: ../just_audio_platform_interface
audio_service: ^0.18.9
audio_session: ^0.1.14
audio_service: ^0.18.14
audio_session: ^0.1.20
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
meta: ^1.3.0
rxdart: '>=0.26.0 <0.28.0'
rxdart: '>=0.26.0 <0.29.0'

dev_dependencies:
flutter_lints: ^2.0.1
Expand Down

0 comments on commit 193112c

Please sign in to comment.