Bump IMA SDK version to 3.31.0
#minor-change PiperOrigin-RevId: 567282094
This commit is contained in:
parent
0675e48685
commit
b4d03a9515
@ -58,6 +58,7 @@
|
|||||||
in a playlist can throw an exception
|
in a playlist can throw an exception
|
||||||
([#571](https://github.com/androidx/media/issues/571)).
|
([#571](https://github.com/androidx/media/issues/571)).
|
||||||
* Release StreamManager before calling `AdsLoader.destroy()`
|
* Release StreamManager before calling `AdsLoader.destroy()`
|
||||||
|
* Bump IMA SDK version to 3.31.0.
|
||||||
* Session:
|
* Session:
|
||||||
* Set the notifications foreground service behavior to
|
* Set the notifications foreground service behavior to
|
||||||
`FOREGROUND_SERVICE_IMMEDIATE` in `DefaultMediaNotificationProvider`
|
`FOREGROUND_SERVICE_IMMEDIATE` in `DefaultMediaNotificationProvider`
|
||||||
|
@ -28,7 +28,7 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
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 project(modulePrefix + 'lib-exoplayer')
|
||||||
implementation 'androidx.annotation:annotation:' + androidxAnnotationVersion
|
implementation 'androidx.annotation:annotation:' + androidxAnnotationVersion
|
||||||
compileOnly 'com.google.errorprone:error_prone_annotations:' + errorProneVersion
|
compileOnly 'com.google.errorprone:error_prone_annotations:' + errorProneVersion
|
||||||
|
Loading…
x
Reference in New Issue
Block a user