KhubaibKhan4 / MediaPlayer-KMP

MediaPlayer-KMP is a Kotlin Multiplatform (KMP) library that allows you to display and play YouTube videos across Android, iOS, Web, and Desktop platforms using JetBrains Compose Multiplatform. It provides a unified API for video playback that seamlessly integrates into Kotlin's multiplatform ecosystem.
GNU General Public License v2.0
77 stars 6 forks source link

Support for lower api level #12

Closed bkmalkoc closed 1 month ago

bkmalkoc commented 1 month ago

Current target api is 31 and looks like supporting ~59% of the android ecosystem.
Would you lower the target api so coverage can be wider?

KhubaibKhan4 commented 1 month ago

Yeah, I'm also planning to do that. Thank you for creating issue. It would help me to include these stuff as well.