Skip to content

Commit

Permalink
Version 0.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanheise committed Nov 16, 2023
1 parent 22a5ca6 commit c20db1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.1.18

* Fix parameter type in AVAudioSessionCategoryOptions.contains (@kainosk).
* Fix parameter type in AVAudioSessionSetActiveOptions.contains (@kainosk).

## 0.1.17

* Fix compile error with Android SDK 34.
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.17
version: 0.1.18
homepage: https://github.com/ryanheise/audio_session
topics:
- audio
Expand Down

0 comments on commit c20db1d

Please sign in to comment.