Skip to content

Commit

Permalink
Version 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanheise committed Dec 23, 2020
1 parent 647819d commit 28da431
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.0.10

* Support rxdart 0.25.0.
* Fix leaked context on Android.
* Remove compilex warnings on iOS.

## 0.0.9

* ARC fixes on iOS.
Expand Down
13 changes: 10 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.9"
version: "0.0.10"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -120,14 +120,21 @@ packages:
name: just_audio
url: "https://pub.dartlang.org"
source: hosted
version: "0.5.2"
version: "0.6.2"
just_audio_platform_interface:
dependency: transitive
description:
name: just_audio_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0"
version: "2.0.0"
just_audio_web:
dependency: transitive
description:
name: just_audio_web
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.1"
matcher:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:
dependencies:
flutter:
sdk: flutter
just_audio: ^0.5.2
just_audio: ^0.6.2
audio_session:
path: ../

Expand Down
1 change: 0 additions & 1 deletion lib/src/darwin.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'package:audio_session/audio_session.dart';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:rxdart/rxdart.dart';
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.0.9
version: 0.0.10
homepage: https://github.com/ryanheise/audio_session

environment:
Expand Down

0 comments on commit 28da431

Please sign in to comment.