v2.1.0: Duration & Dispose
With this release the Duration
is reported in seconds on Android, which is now in line with the other platforms.
Also, the IAudio
interface was introduced in order to expose the Dispose
functionality to library consumers.
What's Changed
- Expose duration as seconds for Android by @bijington in #71
- Expose a load more properties/methods to AsyncAudioPlayer by @bijington in #72
Full Changelog: v2.0.0...v2.1.0