Skip to content

Commit be3fa4b

Browse files
roelwuytens-andrometvanlaerhoven
authored andcommitted
Use latest version of mux stats for Android (0.6.0) and iOS (0.13.0)
1 parent e38306a commit be3fa4b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

mux/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ repositories {
7474
// The Mux connector requires at least THEOplayer SDK v5.11.0.
7575
def theoplayer_sdk_version = safeExtGet('THEOplayer_sdk', '[5.11.0, 10.0.0)')
7676
def kotlin_version = safeExtGet("THEOplayerMux_kotlinVersion", "1.9.10")
77-
def mux_version = safeExtGet('THEOplayerMux_muxVersion', '[0.4.2, 0.5.0)')
78-
def mux_core_version = safeExtGet('Mux_muxVersion', '1.4.6')
77+
def mux_version = safeExtGet('THEOplayerMux_muxVersion', '[0.6.0, 0.7.0)')
78+
def mux_core_version = safeExtGet('Mux_muxVersion', '1.4.11')
7979

8080
dependencies {
8181
// For < 0.71, this will be from the local maven repo

mux/react-native-theoplayer-mux.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717
s.source_files = "ios/**/*.{h,m,mm,swift}"
1818

1919
s.dependency "react-native-theoplayer"
20-
s.dependency "Mux-Stats-THEOplayer", "~> 0.11"
20+
s.dependency "Mux-Stats-THEOplayer", "~> 0.13"
2121

2222
# Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
2323
# See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.

0 commit comments

Comments
 (0)