Skip to content

Commit

Permalink
Bump IMA SDK version to 3.31.0
Browse files Browse the repository at this point in the history
#minor-change

PiperOrigin-RevId: 567282094
  • Loading branch information
rohitjoins authored and Copybara-Service committed Sep 21, 2023
1 parent 0675e48 commit b4d03a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
in a playlist can throw an exception
([#571](https://github.com/androidx/media/issues/571)).
* Release StreamManager before calling `AdsLoader.destroy()`
* Bump IMA SDK version to 3.31.0.
* Session:
* Set the notifications foreground service behavior to
`FOREGROUND_SERVICE_IMMEDIATE` in `DefaultMediaNotificationProvider`
Expand Down
2 changes: 1 addition & 1 deletion libraries/exoplayer_ima/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ android {
}

dependencies {
api 'com.google.ads.interactivemedia.v3:interactivemedia:3.30.3'
api 'com.google.ads.interactivemedia.v3:interactivemedia:3.31.0'
implementation project(modulePrefix + 'lib-exoplayer')
implementation 'androidx.annotation:annotation:' + androidxAnnotationVersion
compileOnly 'com.google.errorprone:error_prone_annotations:' + errorProneVersion
Expand Down

0 comments on commit b4d03a9

Please sign in to comment.