chaimPaneth / react-native-jw-media-player

React-Native Android/iOS bridge for JWPlayer SDK (https://www.jwplayer.com/)
MIT License
190 stars 91 forks source link

Support for Android 13? #320

Closed spencervbishop-dr closed 8 months ago

spencervbishop-dr commented 9 months ago

Hi, the library seems to work well for iOS but the Android app is not initializing the player. I see that the build.gradle file has the compile version set to API 28. Do you know if this library is compatible with Android 13 (API level 33)? Is anyone else using this library for Android 13 successfully?

RN version = 0.72 New Architecture = true react-native-jw-media-player version = 0.2.39

chaimPaneth commented 9 months ago

Hi @spencervbishop-dr

I'm using the library successfully targeting the latest API's whatever you set in the app/build.gradle will be used.