Skip to content

Commit

Permalink
Update Compose
Browse files Browse the repository at this point in the history
  • Loading branch information
MGaetan89 committed Mar 7, 2024
1 parent 1cff1ca commit 3324aa2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ accompanist = "0.34.0"
android-gradle-plugin = "8.3.0"
androidx-activity = "1.8.2"
androidx-annotation = "1.7.1"
androidx-compose = "2024.02.01"
androidx-compose = "2024.02.02"
# https://developer.android.com/jetpack/androidx/releases/compose-kotlin
androidx-compose-compiler = "1.5.10"
androidx-core = "1.12.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@
*/
package ch.srgssr.pillarbox.ui

import androidx.compose.runtime.Stable
import androidx.media3.common.Player
import kotlinx.coroutines.flow.StateFlow
import kotlin.time.Duration

/**
* Interface used to subscribe to and update the [Player] progression.
*/
@Stable
interface ProgressTrackerState {
/**
* Emits the current progress, which can be either the value being manually set, or the actual [Player] progress.
Expand Down

0 comments on commit 3324aa2

Please sign in to comment.