Releases: WrichikBasu/AudioFocusController
Releases · WrichikBasu/AudioFocusController
v3.0.2
Fix jitpack not building artifact issue
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
Changes:
- Both the
library
and thedempapp
now havetargetSdk 34
- In the
library
, theonAudioFocusChange(int)
method has been deleted. This was actually an overridden method fromAudioManager.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
This upgrade makes the app and the library compatible to Android 12. All dependencies have been upgraded too.
v1.0: Library and Demo app
First release on GitHub.