Skip to content

Commit

Permalink
Support GMA SDK 11.13.0 (#1070)
Browse files Browse the repository at this point in the history
  • Loading branch information
OlenaPostindustria authored Dec 5, 2024
1 parent 1759b68 commit 34ad42d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -35,12 +35,12 @@ 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
SVProgressHUD: 4837c74bdfe2e51e8821c397825996a8d7de6e22

PODFILE CHECKSUM: bae4436ed691a1d2217fde386d8881d6e7e06963

COCOAPODS: 1.15.2
COCOAPODS: 1.16.2
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import Foundation
class PrebidGAMVersionChecker {

var latestTestedGMAVersion: (Int, Int, Int) {
(11, 12, 0)
(11, 13, 0)
}

var currentGMAVersion: (Int, Int, Int)?
Expand Down

0 comments on commit 34ad42d

Please sign in to comment.