@jwplayer/jwplayer-react-native 1.4.0 → 1.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -95,7 +95,7 @@ allprojects {
95
95
  }
96
96
  }
97
97
 
98
- def jwPlayerVersion = "4.24.1"
98
+ def jwPlayerVersion = "4.24.2"
99
99
  def useLocalAARs = false // Set to false to revert to Maven dependencies
100
100
  def exoplayerVersion = "2.18.7" // Deprecated. Use Media3 when targeting JW SDK > 4.16.0
101
101
  def media3ExoVersion = "1.4.1"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jwplayer/jwplayer-react-native",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "React-native Android/iOS plugin for JWPlayer SDK (https://www.jwplayer.com/)",
5
5
  "main": "index.js",
6
6
  "types": "./index.d.ts",