@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.
- package/android/build.gradle +1 -1
- package/package.json +1 -1
package/android/build.gradle
CHANGED
|
@@ -95,7 +95,7 @@ allprojects {
|
|
|
95
95
|
}
|
|
96
96
|
}
|
|
97
97
|
|
|
98
|
-
def jwPlayerVersion = "4.24.
|
|
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"
|