Skip to content

Commit

Permalink
Bump dokka from 2.0.0-Beta to 2.0.0 (#837)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gaëtan Muller <[email protected]>
  • Loading branch information
dependabot[bot] and MGaetan89 authored Dec 19, 2024
1 parent e26644b commit cee6cd6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,5 @@ detekt.use.worker.api=true
# https://kotlinlang.org/docs/dokka-migration.html#migrate-your-project
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true
org.jetbrains.dokka.experimental.tryK2=true
org.jetbrains.dokka.experimental.tryK2.nowarn=true
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ coil = "3.0.4"
comscore = "6.11.1"
dependency-analysis-gradle-plugin = "2.6.1"
detekt = "1.23.7"
dokka = "2.0.0-Beta"
dokka = "2.0.0"
guava = "33.3.1-android"
json = "20240303"
junit = "4.13.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,21 @@ package ch.srgssr.pillarbox.player.session
import android.app.PendingIntent
import androidx.annotation.IntRange
import androidx.media3.common.MediaItem
import androidx.media3.common.MediaMetadata
import androidx.media3.session.LibraryResult
import androidx.media3.session.MediaLibraryService
import androidx.media3.session.MediaLibraryService.MediaLibrarySession
import androidx.media3.session.MediaSession
import androidx.media3.session.SessionError
import ch.srgssr.pillarbox.player.PillarboxPlayer
import ch.srgssr.pillarbox.player.session.PillarboxMediaLibrarySession.Builder
import ch.srgssr.pillarbox.player.utils.PendingIntentUtils
import com.google.common.collect.ImmutableList
import com.google.common.util.concurrent.Futures
import com.google.common.util.concurrent.ListenableFuture

/**
* An extended [PillarboxMediaSession] for the [PillarboxMediaLibraryService].
* Build an instance with [Builder] and return it from [PillarboxMediaLibraryService.onGetPillarboxSession]
* or [PillarboxMediaLibraryService.onGetSession] with [PillarboxMediaLibrarySession.mediaSession].
* Build an instance with [Builder] and return it from [PillarboxMediaLibraryService.onGetSession] with [PillarboxMediaLibrarySession.mediaSession].
*
* @see MediaLibrarySession
* @see PillarboxMediaLibraryService
Expand Down

0 comments on commit cee6cd6

Please sign in to comment.