Bump IMA SDK version to 3.31.0

#minor-change

PiperOrigin-RevId: 567282094
This commit is contained in:
rohks 2023-09-21 05:52:01 -07:00 committed by Copybara-Service
parent 0675e48685
commit b4d03a9515
2 changed files with 2 additions and 1 deletions

View File

@ -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`

View File

@ -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