Skip to content

Releases: WrichikBasu/AudioFocusController

v3.0.2

31 Aug 22:59
b48457a
Compare
Choose a tag to compare

The license is now provided with the build artifact, thanks to #20.

Fix jitpack not building artifact issue

28 Aug 22:37
7b04ef3
Compare
Choose a tag to compare

Fixed #16.

Gradle might still show that commit 7688188 is newer, this is because the current release is actually that commit cherry-picked. You can safely go with that commit too if you don't want the warning :)

Note to self: There was an error in the library build.gradle file that I unknowlingly fixed in the above commit.

Android 14 compatibility upgrade: version 3.0.0

28 Aug 16:02
316c8eb
Compare
Choose a tag to compare

Changes:

  • Both the library and the dempapp now have targetSdk 34
  • In the library, the onAudioFocusChange(int) method has been deleted. This was actually an overridden method from AudioManager.OnAudioFocusChangeListener interface and was mistakenly made publicly available. If you use the library as mentioned in the official docs, nothing should change for you.
  • Gradle, AGP and dependency versions have been upgraded. The project now uses Gradle 8.3, and hence, requires at least OpenJDK 17+ to compile.

Note that starting from this release, tags will be released as x.y.z, i.e. without the initial v.

Thank you for your interest in the library.

v2.1: Android 12 compatibility

21 Jan 15:41
804ad03
Compare
Choose a tag to compare

This upgrade makes the app and the library compatible to Android 12. All dependencies have been upgraded too.

v1.0: Library and Demo app

13 Dec 08:53
Compare
Choose a tag to compare

First release on GitHub.