Commit c4cd5593 by andrewlewis Committed by Oliver Woodman

Upgrade IMA SDK to 3.19.0

PiperOrigin-RevId: 311106612
parent 8ed82e76
Showing with 7 additions and 1 deletions
...@@ -185,6 +185,12 @@ ...@@ -185,6 +185,12 @@
used for AV1 playback using the extension. used for AV1 playback using the extension.
* IMA extension: Upgrade to IMA SDK version 3.18.2, and migrate to new * IMA extension: Upgrade to IMA SDK version 3.18.2, and migrate to new
preloading APIs ([#6429](https://github.com/google/ExoPlayer/issues/6429)). preloading APIs ([#6429](https://github.com/google/ExoPlayer/issues/6429)).
* IMA extension:
* Upgrade to IMA SDK version 3.19.0, and migrate to new
preloading APIs
([#6429](https://github.com/google/ExoPlayer/issues/6429)).
* Add support for timing out ad preloading, to avoid playback getting
stuck if an ad group unexpectedly fails to load.
* OkHttp extension: Upgrade OkHttp dependency to 3.12.11. * OkHttp extension: Upgrade OkHttp dependency to 3.12.11.
* Cronet extension: Default to using the Cronet implementation in Google Play * Cronet extension: Default to using the Cronet implementation in Google Play
Services rather than Cronet Embedded. This allows Cronet to be used with a Services rather than Cronet Embedded. This allows Cronet to be used with a
......
...@@ -39,7 +39,7 @@ android { ...@@ -39,7 +39,7 @@ android {
} }
dependencies { dependencies {
api 'com.google.ads.interactivemedia.v3:interactivemedia:3.18.2' api 'com.google.ads.interactivemedia.v3:interactivemedia:3.19.0'
implementation project(modulePrefix + 'library-core') implementation project(modulePrefix + 'library-core')
implementation 'androidx.annotation:annotation:' + androidxAnnotationVersion implementation 'androidx.annotation:annotation:' + androidxAnnotationVersion
implementation 'com.google.android.gms:play-services-ads-identifier:17.0.0' implementation 'com.google.android.gms:play-services-ads-identifier:17.0.0'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment