Skip to content

Commit

Permalink
Merge branch 'release/0.2.37'
Browse files Browse the repository at this point in the history
  • Loading branch information
chaimPaneth committed Jul 10, 2023
2 parents 64e86b8 + d60b246 commit 06c3f02
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,5 @@ dependencies {
implementation 'androidx.recyclerview:recyclerview:1.3.0'
implementation 'androidx.mediarouter:mediarouter:1.4.0'
implementation 'androidx.media:media:1.6.0'

implementation project(':react-native-android-media-browser')
}

Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ public void execute (NativeViewHierarchyManager nvhm) {
.stretching(oldConfig.getStretching())
.uiConfig(oldConfig.getUiConfig())
.playlist(createPlaylist(playlistItems))
.sharingConfig(oldConfig.getSharingConfig())
.allowCrossProtocolRedirects(oldConfig.getAllowCrossProtocolRedirects())
.preload(oldConfig.getPreload())
.useTextureView(oldConfig.useTextureView())
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-jw-media-player",
"version": "0.2.36",
"version": "0.2.37",
"description": "React-native Android/iOS plugin for JWPlayer SDK (https://www.jwplayer.com/)",
"main": "index.js",
"types": "./index.d.ts",
Expand Down

0 comments on commit 06c3f02

Please sign in to comment.