chore(deps): bump network.chaintech:compose-multiplatform-media-player from 1.0.26 to 1.0.27 (#153)

* chore(deps): bump network.chaintech:compose-multiplatform-media-player

Bumps [network.chaintech:compose-multiplatform-media-player](https://github.com/Chaintech-Network/ComposeMultiplatfromMediaPlayer-org) from 1.0.26 to 1.0.27.
- [Commits](https://github.com/Chaintech-Network/ComposeMultiplatfromMediaPlayer-org/commits)

---
updated-dependencies:
- dependency-name: network.chaintech:compose-multiplatform-media-player
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* update usage of VideoPlayerComposable

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Akesi Seli <andongue.nena@gmail.com>
This commit is contained in:
dependabot[bot] 2024-12-10 14:17:47 +01:00 committed by GitHub
parent 5286e1b45a
commit 5b57441ef9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@ import androidx.compose.runtime.Composable
import androidx.compose.runtime.remember
import androidx.compose.ui.Modifier
import androidx.compose.ui.layout.ContentScale
import chaintech.videoplayer.ui.video.VideoPlayerView
import chaintech.videoplayer.ui.video.VideoPlayerComposable
import com.livefast.eattrash.raccoonforlemmy.core.resources.di.getCoreResources
@Composable
@ -18,9 +18,9 @@ fun VideoPlayer(
val config =
resources.getPlayerConfig(
contentScale = contentScale,
muted = muted
)
VideoPlayerView(
muted = muted,
)
VideoPlayerComposable(
modifier = modifier,
url = url,
playerConfig = config,

View File

@ -11,7 +11,7 @@ calf = "0.6.1"
coil = "3.0.4"
colorpicker = "1.1.2"
compose = "1.7.1"
compose-multiplatform-media-player = "1.0.26"
compose-multiplatform-media-player = "1.0.27"
gradle = "8.7.3"
koin = "4.0.0"
koin-annotations = "2.0.0-Beta2"