diff --git a/EventHandlers/PrebidMobileAdMobAdapters/Sources/PrebidAdMobMediationBaseAdapter.swift b/EventHandlers/PrebidMobileAdMobAdapters/Sources/PrebidAdMobMediationBaseAdapter.swift index 810338876..aec6b4bfb 100644 --- a/EventHandlers/PrebidMobileAdMobAdapters/Sources/PrebidAdMobMediationBaseAdapter.swift +++ b/EventHandlers/PrebidMobileAdMobAdapters/Sources/PrebidAdMobMediationBaseAdapter.swift @@ -41,7 +41,7 @@ public class PrebidAdMobMediationBaseAdapter: NSObject, GADMediationAdapter { // Added for tests static func latestTestedGMAVersion() -> GADVersionNumber { - return GADVersionNumber(majorVersion: 11, minorVersion: 12, patchVersion: 0) + return GADVersionNumber(majorVersion: 11, minorVersion: 13, patchVersion: 0) } required public override init() { diff --git a/EventHandlers/PrebidMobileGAMEventHandlers/Sources/GAMUtils.swift b/EventHandlers/PrebidMobileGAMEventHandlers/Sources/GAMUtils.swift index d6181fa63..9f23b9d10 100644 --- a/EventHandlers/PrebidMobileGAMEventHandlers/Sources/GAMUtils.swift +++ b/EventHandlers/PrebidMobileGAMEventHandlers/Sources/GAMUtils.swift @@ -59,7 +59,7 @@ public class GAMUtils: NSObject { // Added for tests static func latestTestedGMAVersion() -> GADVersionNumber { - return GADVersionNumber(majorVersion: 11, minorVersion: 12, patchVersion: 0) + return GADVersionNumber(majorVersion: 11, minorVersion: 13, patchVersion: 0) } // MARK: Private Methods diff --git a/Podfile.lock b/Podfile.lock index 895d4d694..097717072 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -2,7 +2,7 @@ PODS: - Alamofire (4.9.1) - AppLovinSDK (13.0.1) - Eureka (5.5.0) - - Google-Mobile-Ads-SDK (11.12.0): + - Google-Mobile-Ads-SDK (11.13.0): - GoogleUserMessagingPlatform (>= 1.1) - GoogleAds-IMA-iOS-SDK (3.23.0) - GoogleUserMessagingPlatform (2.7.0) @@ -35,7 +35,7 @@ SPEC CHECKSUMS: Alamofire: 85e8a02c69d6020a0d734f6054870d7ecb75cf18 AppLovinSDK: fdae6a4361c9c9b09f8d7d18ede792368221d987 Eureka: 1c18c7fcd8f772cc2ca42d6be36292dffa77eecb - Google-Mobile-Ads-SDK: 3a76704456669fbed2057efc8bdb99050ad0e3fb + Google-Mobile-Ads-SDK: 14f57f2dc33532a24db288897e26494640810407 GoogleAds-IMA-iOS-SDK: ee2a68ed7a1a17c7bb81bdb1b81590b35a3fc8f3 GoogleUserMessagingPlatform: a8b56893477f67212fbc8411c139e61d463349f5 RxSwift: 4e28be97cbcfeee614af26d83415febbf2bf6f45 @@ -43,4 +43,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: bae4436ed691a1d2217fde386d8881d6e7e06963 -COCOAPODS: 1.15.2 +COCOAPODS: 1.16.2 diff --git a/PrebidMobile/ConfigurationAndTargeting/PrebidGAMVersionChecker.swift b/PrebidMobile/ConfigurationAndTargeting/PrebidGAMVersionChecker.swift index 933d022d5..26128d73a 100644 --- a/PrebidMobile/ConfigurationAndTargeting/PrebidGAMVersionChecker.swift +++ b/PrebidMobile/ConfigurationAndTargeting/PrebidGAMVersionChecker.swift @@ -18,7 +18,7 @@ import Foundation class PrebidGAMVersionChecker { var latestTestedGMAVersion: (Int, Int, Int) { - (11, 12, 0) + (11, 13, 0) } var currentGMAVersion: (Int, Int, Int)?