Skip to content

Commit

Permalink
Merge branch 'fix/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 482113d + a25593f commit e3abd9b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions audio_service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.18.14

* Support rxdart 0.28.x.

## 0.18.13

* Fix Android NPE in sendNotificationClicked and onConnected.
Expand Down
4 changes: 2 additions & 2 deletions audio_service/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ dependencies:
sdk: flutter

path_provider: ^2.0.1
audio_session: ^0.1.18
just_audio: ^0.9.36
audio_session: ^0.1.20
just_audio: ^0.9.39
flutter_tts: ^3.8.3
device_info_plus: ^9.1.0
android_content_provider: ^0.4.1
Expand Down
8 changes: 4 additions & 4 deletions audio_service/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: audio_service
description: Flutter plugin to play audio in the background while the screen is off.
version: 0.18.13
version: 0.18.14
repository: https://github.com/ryanheise/audio_service/tree/minor/audio_service
issue_tracker: https://github.com/ryanheise/audio_service/issues
topics:
Expand Down Expand Up @@ -32,10 +32,10 @@ dependencies:

# Use these deps when publishing.
audio_service_platform_interface: ^0.1.1
audio_service_web: ^0.1.2
audio_service_web: ^0.1.3

audio_session: ^0.1.16
rxdart: '>=0.26.0 <0.28.0'
audio_session: ^0.1.20
rxdart: '>=0.26.0 <0.29.0'
flutter_cache_manager: ^3.3.1
clock: ^1.1.0
js: '>=0.6.3 <0.8.0'
Expand Down

0 comments on commit e3abd9b

Please sign in to comment.