Skip to content

Commit 3d6fea1

Browse files
chore(deps): bump media3 from 1.8.0 to 1.9.0 (#343)
* chore(deps): bump media3 from 1.8.0 to 1.9.0 Bumps `media3` from 1.8.0 to 1.9.0. Updates `androidx.media3:media3-exoplayer` from 1.8.0 to 1.9.0 - [Release notes](https://github.com/androidx/media/releases) - [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md) - [Commits](androidx/media@1.8.0...1.9.0) Updates `androidx.media3:media3-session` from 1.8.0 to 1.9.0 - [Release notes](https://github.com/androidx/media/releases) - [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md) - [Commits](androidx/media@1.8.0...1.9.0) --- updated-dependencies: - dependency-name: androidx.media3:media3-exoplayer dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-session dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * fix: add override modifier --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Naveen Singh <snaveen935@gmail.com>
1 parent 7b724fc commit 3d6fea1

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

app/src/main/kotlin/org/fossify/musicplayer/playback/player/SimpleMusicPlayer.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@ class SimpleMusicPlayer(private val exoPlayer: ExoPlayer) : ForwardingPlayer(exo
5353

5454
override fun seekToPreviousMediaItem() = seekToPrevious()
5555

56-
fun getAudioSessionId(): Int {
57-
return exoPlayer.audioSessionId
58-
}
56+
override fun getAudioSessionId() = exoPlayer.audioSessionId
5957

6058
fun setSkipSilence(skipSilence: Boolean) {
6159
exoPlayer.skipSilenceEnabled = skipSilence

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ eventbus = "3.3.1"
1919
lottie = "6.7.1"
2020
m3uParser = "1.4.0"
2121
media = "1.7.1"
22-
media3 = "1.8.0"
22+
media3 = "1.9.0"
2323
room = "2.8.4"
2424
#Fossify
2525
commons = "5.13.1"

0 commit comments

Comments
 (0)