Skip to content

[Release] 1.0.2 #81

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -385,9 +385,9 @@ PODS:
- React
- RNGestureHandler (2.12.1):
- React-Core
- RNJWPlayer (1.0.1):
- google-cast-sdk (= 4.8.1)
- GoogleAds-IMA-iOS-SDK (= 3.22.0)
- RNJWPlayer (1.0.2):
- google-cast-sdk (~> 4.8)
- GoogleAds-IMA-iOS-SDK (~> 3.22)
- JWPlayerKit (>= 4.19.0)
- React-Core
- RNScreens (3.25.0):
Expand Down Expand Up @@ -637,7 +637,7 @@ SPEC CHECKSUMS:
RNDeviceInfo: 1e3f62b9ec32f7754fac60bd06b8f8a27124e7f0
RNFS: 2bd9eb49dc82fa9676382f0585b992c424cd59df
RNGestureHandler: c0d04458598fcb26052494ae23dda8f8f5162b13
RNJWPlayer: 6b6476c6a338cecad698b00c3ae921454b49a5a2
RNJWPlayer: 849f363731d3c76c2df7c67b4f476e8bce3e6ed7
RNScreens: 85d3880b52d34db7b8eeebe2f1a0e807c05e69fa
RNVectorIcons: 8b5bb0fa61d54cd2020af4f24a51841ce365c7e9
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
Expand Down
2 changes: 1 addition & 1 deletion Example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1364,7 +1364,7 @@
"@jridgewell/sourcemap-codec" "^1.4.14"

"@jwplayer/jwplayer-react-native@../../jwplayer-react-native":
version "1.0.1"
version "1.0.2"
dependencies:
lodash.isequalwith "^4.4.0"

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ allprojects {
}
}

def jwPlayerVersion = "4.18.2"
def jwPlayerVersion = "4.18.3"
def exoplayerVersion = "2.18.7" // Deprecated. Use Media3 when targeting JW SDK > 4.16.0
def media3ExoVersion = "1.1.1"

Expand Down
2 changes: 1 addition & 1 deletion badges/version.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jwplayer/jwplayer-react-native",
"version": "1.0.1",
"version": "1.0.2",
"description": "React-native Android/iOS plugin for JWPlayer SDK (https://www.jwplayer.com/)",
"main": "index.js",
"types": "./index.d.ts",
Expand Down