Bump IMA dependency to 3.35.1

The previous version (3.33.0) is known to have some bugs, and the latest
version (3.36.0) is also known to be buggy.

PiperOrigin-RevId: 700657484
(cherry picked from commit 6cf3004d62)
This commit is contained in:
ibaker 2024-11-27 04:53:38 -08:00 committed by Shahd AbuDaghash
parent f91d5208b5
commit 8a1e6e59b0

View file

@ -28,7 +28,7 @@ android {
}
dependencies {
api 'com.google.ads.interactivemedia.v3:interactivemedia:3.33.0'
api 'com.google.ads.interactivemedia.v3:interactivemedia:3.35.1'
implementation project(modulePrefix + 'lib-exoplayer')
implementation 'androidx.annotation:annotation:' + androidxAnnotationVersion
compileOnly 'com.google.errorprone:error_prone_annotations:' + errorProneVersion