File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed
src/main/java/com/appgoalz/rnjwplayer Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,5 @@ dependencies {
80
80
implementation ' androidx.recyclerview:recyclerview:1.3.0'
81
81
implementation ' androidx.mediarouter:mediarouter:1.4.0'
82
82
implementation ' androidx.media:media:1.6.0'
83
-
84
- implementation project(' :react-native-android-media-browser' )
85
83
}
86
84
Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ public void execute (NativeViewHierarchyManager nvhm) {
65
65
.stretching (oldConfig .getStretching ())
66
66
.uiConfig (oldConfig .getUiConfig ())
67
67
.playlist (createPlaylist (playlistItems ))
68
- .sharingConfig (oldConfig .getSharingConfig ())
69
68
.allowCrossProtocolRedirects (oldConfig .getAllowCrossProtocolRedirects ())
70
69
.preload (oldConfig .getPreload ())
71
70
.useTextureView (oldConfig .useTextureView ())
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-jw-media-player" ,
3
- "version" : " 0.2.36 " ,
3
+ "version" : " 0.2.37 " ,
4
4
"description" : " React-native Android/iOS plugin for JWPlayer SDK (https://www.jwplayer.com/)" ,
5
5
"main" : " index.js" ,
6
6
"types" : " ./index.d.ts" ,
You can’t perform that action at this time.
0 commit comments