Skip to content

Commit

Permalink
Update dependency to audio_session 0.0.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanheise committed Oct 13, 2020
1 parent 026df02 commit 5d0ce95
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions just_audio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.4

* Use audio_session 0.0.9.

## 0.5.3

* ARC fixes on iOS.
Expand Down
4 changes: 2 additions & 2 deletions just_audio/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packages:
name: audio_session
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.8"
version: "0.0.9"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -120,7 +120,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.5.3"
version: "0.5.4"
just_audio_platform_interface:
dependency: transitive
description:
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 @@ -8,7 +8,7 @@ environment:
dependencies:
flutter:
sdk: flutter
audio_session: ^0.0.8
audio_session: ^0.0.9
just_audio:
path: ../
just_audio_web:
Expand Down
2 changes: 1 addition & 1 deletion just_audio/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packages:
name: audio_session
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.8"
version: "0.0.9"
boolean_selector:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions just_audio/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: just_audio
description: Flutter plugin to play audio from streams, files, assets, DASH/HLS streams and playlists. Works with audio_service to play audio in the background.
version: 0.5.3
version: 0.5.4
homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio

environment:
Expand All @@ -9,7 +9,7 @@ environment:

dependencies:
just_audio_platform_interface: ^1.1.0
audio_session: ^0.0.8
audio_session: ^0.0.9
rxdart: ^0.24.1
path: ^1.6.4
path_provider: ^1.6.10
Expand Down

0 comments on commit 5d0ce95

Please sign in to comment.