Skip to content

Commit 22f6463

Browse files
committed
fix cast sdk version
1 parent b7f75fd commit 22f6463

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Example/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -6259,10 +6259,10 @@ react-native-gradle-plugin@^0.0.6:
62596259
resolved "https://registry.npmjs.org/react-native-gradle-plugin/-/react-native-gradle-plugin-0.0.6.tgz"
62606260
integrity sha512-eIlgtsmDp1jLC24dRn43hB3kEcZVqx6DUQbR0N1ABXGnMEafm9I3V3dUUeD1vh+Dy5WqijSoEwLNUPLgu5zDMg==
62616261

6262-
6263-
version "0.2.39"
6264-
resolved "https://registry.yarnpkg.com/react-native-jw-media-player/-/react-native-jw-media-player-0.2.39.tgz#f78d898bff3252d36876b0f20103aa34a25cb714"
6265-
integrity sha512-WF8dTxV6oIdUhD/9j3nFUprMLY2eTJ7j2D/dQtS4RSJZeA9wOjO0F3D97LacCPeGN21v5YwwdmulGNZGDtWABQ==
6262+
6263+
version "0.2.42"
6264+
resolved "https://registry.yarnpkg.com/react-native-jw-media-player/-/react-native-jw-media-player-0.2.42.tgz#ca0bf7ade2f8039039580e3cd5483df9c61ed756"
6265+
integrity sha512-NbEJYxpmq/PViROBQszOPYMzAXRLcOIDTuVh4u7D4mFLLYqUTYCFVRBPptrzZrdxcSAwa+0isYUbHT5hu09JsQ==
62666266

62676267
62686268
version "1.5.0"

RNJWPlayer.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Pod::Spec.new do |s|
2828

2929
if defined?($RNJWPlayerUseGoogleCast)
3030
Pod::UI.puts "RNJWPlayer: enable Google Cast"
31-
s.dependency 'google-cast-sdk', '~> 4.8.0'
31+
s.dependency 'google-cast-sdk', '~> 4.8'
3232
s.pod_target_xcconfig = {
3333
'OTHER_SWIFT_FLAGS' => '$(inherited) -D USE_GOOGLE_CAST'
3434
}

0 commit comments

Comments
 (0)