Skip to content

Commit

Permalink
refactor(seekbar): use custom version of seeker
Browse files Browse the repository at this point in the history
  • Loading branch information
abdallahmehiz committed Nov 9, 2024
1 parent 85c9701 commit 83b1ce5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@ androidx-preferences-ktx = { group = "androidx.preference", name = "preference-k
mediasession = "androidx.media:media:1.7.0"

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

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

seeker = { module = "io.github.2307vivek:seeker", version = "1.2.2" }

koin-core = { module = "io.insert-koin:koin-core", version.ref = "koin" }
koin-android = { module = "io.insert-koin:koin-android", version.ref = "koin" }
koin-compose = { module = "io.insert-koin:koin-compose", version.ref = "koin" }
Expand Down

0 comments on commit 83b1ce5

Please sign in to comment.