Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
armands-malejevs committed May 18, 2023
1 parent c95c7c0 commit da4d301
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
apply plugin: 'com.android.library'

api 'com.mux.stats.sdk.muxstats:MuxExoPlayer_r2_18_1:3.4.0'

def safeExtGet(prop, fallback) {
rootProject.ext.has(prop) ? rootProject.ext.get(prop) : fallback
}
Expand Down Expand Up @@ -49,6 +47,9 @@ dependencies {
implementation 'com.google.android.exoplayer:extension-ima:2.18.1'
implementation 'com.truex:TruexAdRenderer-Mobile:2.1.+'

// Mux
api 'com.mux.stats.sdk.muxstats:MuxExoPlayer_r2_18_1:3.4.0'

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

// All support libs must use the same version
Expand Down

0 comments on commit da4d301

Please sign in to comment.