chaimPaneth / react-native-jw-media-player

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

setup files for android build #301

Closed zeeshan-shabbir closed 1 year ago

zeeshan-shabbir commented 1 year ago

Hi,

I am using this libary but unable to add in my android build files.

i am using version 0.71.7 .

where to add maven{ url 'https://mvn.jwplayer.com/content/repositories/releases/' } this line as build files changes on newer version.

zeeshan-shabbir commented 1 year ago

resolved after add these way repositories { maven{ url 'https://mvn.jwplayer.com/content/repositories/releases/' } }