Update IMA to 3.10.6
This brings in a memory leak fix. Issue: #4114 PiperOrigin-RevId: 230880521
This commit is contained in:
parent
582adb748a
commit
0cf43fc64e
@ -31,13 +31,13 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api 'com.google.ads.interactivemedia.v3:interactivemedia:3.10.2'
|
||||
api 'com.google.ads.interactivemedia.v3:interactivemedia:3.10.6'
|
||||
implementation project(modulePrefix + 'library-core')
|
||||
implementation 'com.google.android.gms:play-services-ads:17.1.1'
|
||||
implementation 'com.google.android.gms:play-services-ads:17.1.2'
|
||||
// These dependencies are necessary to force the supportLibraryVersion of
|
||||
// com.android.support:support-v4 and com.android.support:customtabs to be
|
||||
// used. Else older versions are used, for example via:
|
||||
// com.google.android.gms:play-services-ads:17.1.1
|
||||
// com.google.android.gms:play-services-ads:17.1.2
|
||||
// |-- com.android.support:customtabs:26.1.0
|
||||
implementation 'com.android.support:support-v4:' + supportLibraryVersion
|
||||
implementation 'com.android.support:customtabs:' + supportLibraryVersion
|
||||
|
Loading…
x
Reference in New Issue
Block a user