Skip to content

Commit

Permalink
chore: bump mpv-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
abdallahmehiz committed Nov 12, 2024
1 parent 7c28812 commit 74d4071
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ fun MoreSheet(
LazyRow(
horizontalArrangement = Arrangement.spacedBy(MaterialTheme.spacing.smaller),
) {
items(4) { page ->
items(6) { page ->
FilterChip(
label = {
Text(
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ androidx-compose-animation-graphics = { group = "androidx.compose.animation", na
androidx-preferences-ktx = { group = "androidx.preference", name = "preference-ktx", version = "1.2.1" }
mediasession = "androidx.media:media:1.7.0"

mpv-lib = { module = "com.github.abdallahmehiz:mpv-android", version = "v0.1.3" }
mpv-lib = "com.github.abdallahmehiz:mpv-android:v0.1.4"
seeker = "com.github.abdallahmehiz:seeker:2.0.1"

material = "com.google.android.material:material:1.12.0"
Expand Down

0 comments on commit 74d4071

Please sign in to comment.