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 74f5521 + 802c0df commit 7f3a42e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions just_audio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Apply preferPreciseDurationAndTiming to files (@canxin121).
* Add tag parameter to setUrl/setFilePath/setAsset (@mathisfouques).
* Add tag parameter to setClip (@goviral-ma).
* Support rxdart 0.28.x.

## 0.9.38

Expand Down
2 changes: 1 addition & 1 deletion just_audio/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
flutter:
sdk: flutter
audio_session: ^0.1.14
rxdart: ^0.27.7
rxdart: ^0.28.0
just_audio_mpv: ^0.1.6
just_audio_windows: ^0.2.0
# Other platform implementations below:
Expand Down
2 changes: 1 addition & 1 deletion just_audio/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
# just_audio_web:
# path: ../just_audio_web
audio_session: ^0.1.14
rxdart: '>=0.26.0 <0.28.0'
rxdart: '>=0.26.0 <0.29.0'
path: ^1.8.0
path_provider: ^2.0.0
async: ^2.5.0
Expand Down

0 comments on commit 7f3a42e

Please sign in to comment.