Skip to content

Commit

Permalink
Version 0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanheise committed Dec 9, 2022
1 parent ef6d5d5 commit d75e018
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.13

* Fix compile error with older rxdart 0.26.*

## 0.1.12

* Add AndroidAudioManager.scoAudioEventStream (@rwrz)
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: audio_session
description: Sets the iOS audio session category and Android audio attributes for your app, and manages your app's audio focus, mixing and ducking behaviour.
version: 0.1.12
version: 0.1.13
homepage: https://github.com/ryanheise/audio_session

environment:
Expand Down

2 comments on commit d75e018

@AturcDev
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, I am having "Could not resolve all files for configuration ':audio_session:androidApis" error on debug mode and can not solve this.
Graddle Version is 7.6.1
Flutter is latest
Audio-session is 0.1.13
please guide me to pass this. Thanks

@ryanheise
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you post your question here, it's not a practical place to answer. Please consider posting an issue along with any files and other information that will help me to reproduce it.

Please sign in to comment.