Upgrade IMA to 3.10.9

PiperOrigin-RevId: 239157535
This commit is contained in:
andrewlewis 2019-03-19 10:14:54 +00:00 committed by Oliver Woodman
parent 2b42f0d35a
commit 35d82e1808

View File

@ -32,9 +32,9 @@ android {
}
dependencies {
api 'com.google.ads.interactivemedia.v3:interactivemedia:3.10.6'
api 'com.google.ads.interactivemedia.v3:interactivemedia:3.10.9'
implementation project(modulePrefix + 'library-core')
implementation 'com.google.android.gms:play-services-ads:17.1.3'
implementation 'com.google.android.gms:play-services-ads:17.2.0'
testImplementation project(modulePrefix + 'testutils-robolectric')
}