File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ MediaPlayer-KMP is a Kotlin Multiplatform (KMP) library that allows you to displ
2727- ** YouTube Video Playback:** Easily load and play YouTube videos with minimal setup.
2828- ** Audio Player Playback:** Easily load and play Audios with minimal setup.
2929- ** Event Handling:** Provides callbacks and event listeners for video playback actions and events.
30+ - ** Streaming Support:** Provides Streaming Support For the Video and Audio Links.
31+ - ** AutoPlay:** AutoPlayer Support Implementation.
3032
3133## Future Plans
3234- ** Desktop Playback Support** .
@@ -41,7 +43,7 @@ You can include MediaPlayer-KMP in your project by adding the following dependen
4143** Version Catelog**
4244```
4345[versions]
44- mediaPlayerKMP = "2.0.3 "
46+ mediaPlayerKMP = "2.0.4 "
4547
4648[libraries]
4749alert-kmp = { module = "io.github.khubaibkhan4:mediaplayer-kmp", version.ref = "mediaPlayerKMP" }
@@ -50,7 +52,7 @@ alert-kmp = { module = "io.github.khubaibkhan4:mediaplayer-kmp", version.ref = "
5052
5153
5254``` groovy
53- implementation("io.github.khubaibkhan4:mediaplayer-kmp:2.0.3 ")
55+ implementation("io.github.khubaibkhan4:mediaplayer-kmp:2.0.4 ")
5456```
5557
5658
You can’t perform that action at this time.
0 commit comments