Skip to content

Commit

Permalink
[Release] 1.0.2
Browse files Browse the repository at this point in the history
[Release] 1.0.2
  • Loading branch information
Jmilham21 authored Sep 5, 2024
2 parents 6dd8a4f + 3ce7fc2 commit ede38c5
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
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

0 comments on commit ede38c5

Please sign in to comment.