diff --git a/EventHandlers/PrebidMobileAdMobAdapters/Sources/PrebidAdMobMediationBaseAdapter.swift b/EventHandlers/PrebidMobileAdMobAdapters/Sources/PrebidAdMobMediationBaseAdapter.swift index 1da332a11..96e3868a8 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: 6, patchVersion: 0) + return GADVersionNumber(majorVersion: 11, minorVersion: 8, patchVersion: 0) } required public override init() { diff --git a/EventHandlers/PrebidMobileGAMEventHandlers/Sources/GAMUtils.swift b/EventHandlers/PrebidMobileGAMEventHandlers/Sources/GAMUtils.swift index 189e28681..ee2fc7e2a 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: 6, patchVersion: 0) + return GADVersionNumber(majorVersion: 11, minorVersion: 8, patchVersion: 0) } // MARK: Private Methods diff --git a/Podfile.lock b/Podfile.lock index f649a9589..d741af6eb 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -1,11 +1,11 @@ PODS: - Alamofire (4.9.1) - - AppLovinSDK (12.5.0) + - AppLovinSDK (12.6.1) - Eureka (5.5.0) - - Google-Mobile-Ads-SDK (11.6.0): + - Google-Mobile-Ads-SDK (11.8.0): - GoogleUserMessagingPlatform (>= 1.1) - GoogleAds-IMA-iOS-SDK (3.23.0) - - GoogleUserMessagingPlatform (2.4.0) + - GoogleUserMessagingPlatform (2.5.0) - RxSwift (6.7.1) - SVProgressHUD (2.3.1): - SVProgressHUD/Core (= 2.3.1) @@ -33,11 +33,11 @@ SPEC REPOS: SPEC CHECKSUMS: Alamofire: 85e8a02c69d6020a0d734f6054870d7ecb75cf18 - AppLovinSDK: 626d2aea57ae1bf9280d2012e8e20c521c58ce28 + AppLovinSDK: a892bbeff744749a8121bd863aa1399f7eef6ef1 Eureka: 1c18c7fcd8f772cc2ca42d6be36292dffa77eecb - Google-Mobile-Ads-SDK: 28339250757645a9bab066ebbe667fa48d2c9bd7 + Google-Mobile-Ads-SDK: c1c53687b572122c5b0bdaf354335bbf40fd81ef GoogleAds-IMA-iOS-SDK: ee2a68ed7a1a17c7bb81bdb1b81590b35a3fc8f3 - GoogleUserMessagingPlatform: f131fa7978d2ba88d7426702b057c2cc318e6595 + GoogleUserMessagingPlatform: 6b4f48a370e77ce121d034c908cc6ee4fdafaf13 RxSwift: b9a93a26031785159e11abd40d1a55bcb8057e52 SVProgressHUD: 4837c74bdfe2e51e8821c397825996a8d7de6e22 diff --git a/PrebidMobile/ConfigurationAndTargeting/PrebidGAMVersionChecker.swift b/PrebidMobile/ConfigurationAndTargeting/PrebidGAMVersionChecker.swift index ca61da7d5..b7948dfb7 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, 6, 0) + (11, 8, 0) } var currentGMAVersion: (Int, Int, Int)?