Skip to content

Commit

Permalink
Releases/v3.3.1 (#266)
Browse files Browse the repository at this point in the history
## Improvements

* Update to Mux Core 7.7.2, Fixes bug in ad-metadata reporting
  • Loading branch information
daytime-em authored Feb 27, 2023
1 parent f2020ca commit c9179f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ class AdsImaSDKListener private constructor(
viewData.viewPrerollAdId = ad.adId
viewData.viewPrerollCreativeId = ad.creativeId

adData.adTagUrl = exoPlayer?.getAdTagUrl()

exoPlayer?.getAdTagUrl()?.let { adData.adTagUrl = it }
ad.adId?.let { adData.adId = it }
ad.creativeId?.let { adData.adCreativeId = it }
ad.universalAdIdValue?.let { adData.adUniversalId = it }
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:7.4.0'
classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.31.0"
classpath 'com.android.tools.build:gradle:7.4.1'
classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.31.1"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.21"
classpath 'com.mux.gradle.android:mux-android-distribution:1.0.3'
}
Expand Down Expand Up @@ -51,7 +51,7 @@ allprojects {
compileSdkVersion = 31
targetSdkVersion = 31

muxCoreVersion = "7.7.0"
muxCoreVersion = "7.7.2"
kotlinxCoroutinesVersion = "1.6.1"
}
}
Expand Down

0 comments on commit c9179f4

Please sign in to comment.