mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Bump IMA SDK version to 3.31.0
#minor-change PiperOrigin-RevId: 567282094
This commit is contained in:
parent
0675e48685
commit
b4d03a9515
2 changed files with 2 additions and 1 deletions
|
|
@ -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…
Reference in a new issue