mirror of
https://github.com/samsonjs/media.git
synced 2026-04-06 11:25:46 +00:00
Upgrade IMA SDK to 3.18.2
PiperOrigin-RevId: 310883076
This commit is contained in:
parent
59ecce6c85
commit
6aab5e2e61
2 changed files with 2 additions and 2 deletions
|
|
@ -181,7 +181,7 @@
|
|||
([#7234](https://github.com/google/ExoPlayer/issues/7234)).
|
||||
* AV1 extension: Add a heuristic to determine the default number of threads
|
||||
used for AV1 playback using the extension.
|
||||
* IMA extension: Upgrade to IMA SDK version 3.18.1, 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)).
|
||||
* OkHttp extension: Upgrade OkHttp dependency to 3.12.11.
|
||||
* Cronet extension: Default to using the Cronet implementation in Google Play
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
api 'com.google.ads.interactivemedia.v3:interactivemedia:3.18.1'
|
||||
api 'com.google.ads.interactivemedia.v3:interactivemedia:3.18.2'
|
||||
implementation project(modulePrefix + 'library-core')
|
||||
implementation 'androidx.annotation:annotation:' + androidxAnnotationVersion
|
||||
implementation 'com.google.android.gms:play-services-ads-identifier:17.0.0'
|
||||
|
|
|
|||
Loading…
Reference in a new issue