Skip to content

Commit 06c3f02

Browse files
committed
Merge branch 'release/0.2.37'
2 parents 64e86b8 + d60b246 commit 06c3f02

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

android/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,5 @@ dependencies {
8080
implementation 'androidx.recyclerview:recyclerview:1.3.0'
8181
implementation 'androidx.mediarouter:mediarouter:1.4.0'
8282
implementation 'androidx.media:media:1.6.0'
83-
84-
implementation project(':react-native-android-media-browser')
8583
}
8684

android/src/main/java/com/appgoalz/rnjwplayer/RNJWPlayerModule.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ public void execute (NativeViewHierarchyManager nvhm) {
6565
.stretching(oldConfig.getStretching())
6666
.uiConfig(oldConfig.getUiConfig())
6767
.playlist(createPlaylist(playlistItems))
68-
.sharingConfig(oldConfig.getSharingConfig())
6968
.allowCrossProtocolRedirects(oldConfig.getAllowCrossProtocolRedirects())
7069
.preload(oldConfig.getPreload())
7170
.useTextureView(oldConfig.useTextureView())

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-jw-media-player",
3-
"version": "0.2.36",
3+
"version": "0.2.37",
44
"description": "React-native Android/iOS plugin for JWPlayer SDK (https://www.jwplayer.com/)",
55
"main": "index.js",
66
"types": "./index.d.ts",

0 commit comments

Comments
 (0)