Skip to content

Commit

Permalink
Change module
Browse files Browse the repository at this point in the history
  • Loading branch information
armands-malejevs committed May 19, 2023
1 parent 2b9ec08 commit b5be1ce
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 5 additions & 4 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,11 @@ dependencies {
implementation 'com.truex:TruexAdRenderer-Mobile:2.1.+'

// Mux
implementation ('com.mux.stats.sdk.muxstats:MuxExoPlayer_r2_18_1:3.4.1') {
exclude group:'com.mux.stats.sdk.muxstats', module: 'android'
}
implementation 'com.mux.stats.sdk.muxstats:android:0.6.0'
// implementation ('com.mux.stats.sdk.muxstats:MuxExoPlayer_r2_18_1:3.4.1') {
// exclude group:'com.mux.stats.sdk.muxstats', module: 'android'
// }
// implementation 'com.mux.stats.sdk.muxstats:android:0.6.0'
implementation 'com.mux.stats.sdk.muxstats:data-media3'

compileOnly 'org.checkerframework:checker-qual:3.12.0'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,9 @@
import com.mux.stats.sdk.core.model.CustomData;

import com.mux.stats.sdk.muxstats.MuxErrorException;
import com.mux.stats.sdk.muxstats.MuxStatsExoPlayer;
// import com.mux.stats.sdk.muxstats.MuxStatsExoPlayer;
import static com.mux.stats.sdk.muxstats.ExoPlayerExtensionsKt.monitorWithMuxData;
import com.mux.stats.sdk.muxstats.MuxStatsSdkMedia3;

import com.mux.stats.sdk.core.CustomOptions;
// End Mux
Expand Down Expand Up @@ -276,7 +277,8 @@ public class ReactExoplayerView extends FrameLayout implements
private boolean isMuxEnabled = false;
private ReadableMap muxOptions = null;
private CustomerData muxCustomerVideoData = null;
private MuxStatsExoPlayer muxStats;
// private MuxStatsExoPlayer muxStats;
private MuxStatsSdkMedia3 muxStats;

// \ End props

Expand Down

0 comments on commit b5be1ce

Please sign in to comment.