Skip to content

Commit

Permalink
Merge branch 'bartekpacia-remove_w_error'
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanheise committed Jul 17, 2024
2 parents 619b1a6 + e2f4681 commit ecfae63
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.21

* Fix compile error with JDK 21 (@bartekpacia).

## 0.1.20

* Support rxdart 0.28.x.
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
group 'com.ryanheise.audio_session'
version '1.0'
def args = ["-Xlint:deprecation","-Xlint:unchecked","-Werror"]
def args = ["-Xlint:deprecation","-Xlint:unchecked"]

buildscript {
repositories {
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.20
version: 0.1.21
homepage: https://github.com/ryanheise/audio_session
topics:
- audio
Expand Down

0 comments on commit ecfae63

Please sign in to comment.