Skip to content

Commit

Permalink
Merge branch 'fix/rxdart_bump'
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanheise committed Jul 10, 2024
2 parents 2c69fa0 + 2fc635b commit 619b1a6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 30 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.20

* Support rxdart 0.28.x.

## 0.1.19

* Run setActive in a thread on iOS to avoid jank (@jointhejourney).
Expand Down
6 changes: 3 additions & 3 deletions example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"

android {
namespace 'com.ryanheise.audio_session_example'
compileSdkVersion 33
compileSdkVersion 34

lintOptions {
disable 'InvalidPackage'
Expand All @@ -35,8 +35,8 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.ryanheise.audio_session_example"
minSdkVersion 16
targetSdkVersion 28
minSdkVersion flutter.minSdkVersion
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}
Expand Down

This file was deleted.

4 changes: 2 additions & 2 deletions 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.19
version: 0.1.20
homepage: https://github.com/ryanheise/audio_session
topics:
- audio
Expand All @@ -15,7 +15,7 @@ dependencies:
sdk: flutter
flutter_web_plugins:
sdk: flutter
rxdart: '>=0.26.0 <0.28.0'
rxdart: '>=0.26.0 <0.29.0'
meta: ^1.3.0

dev_dependencies:
Expand Down

0 comments on commit 619b1a6

Please sign in to comment.