Skip to content

Commit e3abd9b

Browse files
committed
Merge branch 'fix/rxdart_bump' into minor
2 parents 482113d + a25593f commit e3abd9b

3 files changed

Lines changed: 10 additions & 6 deletions

File tree

audio_service/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.18.14
2+
3+
* Support rxdart 0.28.x.
4+
15
## 0.18.13
26

37
* Fix Android NPE in sendNotificationClicked and onConnected.

audio_service/example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ dependencies:
1111
sdk: flutter
1212

1313
path_provider: ^2.0.1
14-
audio_session: ^0.1.18
15-
just_audio: ^0.9.36
14+
audio_session: ^0.1.20
15+
just_audio: ^0.9.39
1616
flutter_tts: ^3.8.3
1717
device_info_plus: ^9.1.0
1818
android_content_provider: ^0.4.1

audio_service/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: audio_service
22
description: Flutter plugin to play audio in the background while the screen is off.
3-
version: 0.18.13
3+
version: 0.18.14
44
repository: https://github.com/ryanheise/audio_service/tree/minor/audio_service
55
issue_tracker: https://github.com/ryanheise/audio_service/issues
66
topics:
@@ -32,10 +32,10 @@ dependencies:
3232

3333
# Use these deps when publishing.
3434
audio_service_platform_interface: ^0.1.1
35-
audio_service_web: ^0.1.2
35+
audio_service_web: ^0.1.3
3636

37-
audio_session: ^0.1.16
38-
rxdart: '>=0.26.0 <0.28.0'
37+
audio_session: ^0.1.20
38+
rxdart: '>=0.26.0 <0.29.0'
3939
flutter_cache_manager: ^3.3.1
4040
clock: ^1.1.0
4141
js: '>=0.6.3 <0.8.0'

0 commit comments

Comments
 (0)