Bump IMA SDK version for gradle

PiperOrigin-RevId: 472500789
(cherry picked from commit 60a3ea48b8)
This commit is contained in:
bachinger 2022-09-06 17:43:37 +00:00 committed by microkatz
parent d7d75a0157
commit 018ea9a44e

View file

@ -25,7 +25,7 @@ android {
}
dependencies {
api 'com.google.ads.interactivemedia.v3:interactivemedia:3.26.0'
api 'com.google.ads.interactivemedia.v3:interactivemedia:3.28.1'
implementation project(modulePrefix + 'library-core')
implementation 'androidx.annotation:annotation:' + androidxAnnotationVersion
compileOnly 'com.google.errorprone:error_prone_annotations:' + errorProneVersion