Skip to content

Commit

Permalink
Migrate to new IMA preloading APIs
Browse files Browse the repository at this point in the history
issue:#6429
PiperOrigin-RevId: 309906760
  • Loading branch information
andrewlewis authored and ojw28 committed May 5, 2020
1 parent a8d1de5 commit fa7d26d
Show file tree
Hide file tree
Showing 4 changed files with 289 additions and 222 deletions.
2 changes: 2 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@
([#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
preloading APIs ([#6429](https://github.com/google/ExoPlayer/issues/6429)).

### 2.11.4 (2020-04-08)

Expand Down
2 changes: 1 addition & 1 deletion extensions/ima/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ android {
}

dependencies {
api 'com.google.ads.interactivemedia.v3:interactivemedia:3.11.3'
api 'com.google.ads.interactivemedia.v3:interactivemedia:3.18.1'
implementation project(modulePrefix + 'library-core')
implementation 'androidx.annotation:annotation:' + androidxAnnotationVersion
implementation 'com.google.android.gms:play-services-ads-identifier:17.0.0'
Expand Down
Loading

0 comments on commit fa7d26d

Please sign in to comment.