Skip to content

Commit

Permalink
Update latest tested GMA SDK version (#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
OlenaPostindustria authored Apr 21, 2023
1 parent eba6776 commit 5f407f3
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 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: 10, minorVersion: 3, patchVersion: 0)
return GADVersionNumber(majorVersion: 10, minorVersion: 4, 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: 10, minorVersion: 3, patchVersion: 0)
return GADVersionNumber(majorVersion: 10, minorVersion: 4, patchVersion: 0)
}

// MARK: Private Methods
Expand Down
6 changes: 3 additions & 3 deletions InternalTestApp/InternalTestApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1290,7 +1290,7 @@
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-InternalTestApp-Skadn/Pods-InternalTestApp-Skadn-resources.sh",
"${PODS_ROOT}/AppLovinSDK/applovin-ios-sdk-11.8.2/AppLovinSDKResources.bundle",
"${PODS_ROOT}/AppLovinSDK/applovin-ios-sdk-11.9.0/AppLovinSDKResources.bundle",
);
name = "[CP] Copy Pods Resources";
outputPaths = (
Expand All @@ -1308,7 +1308,7 @@
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-InternalTestApp/Pods-InternalTestApp-resources.sh",
"${PODS_ROOT}/AppLovinSDK/applovin-ios-sdk-11.8.2/AppLovinSDKResources.bundle",
"${PODS_ROOT}/AppLovinSDK/applovin-ios-sdk-11.9.0/AppLovinSDKResources.bundle",
);
name = "[CP] Copy Pods Resources";
outputPaths = (
Expand Down Expand Up @@ -1446,7 +1446,7 @@
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-InternalTestAppTests/Pods-InternalTestAppTests-resources.sh",
"${PODS_ROOT}/AppLovinSDK/applovin-ios-sdk-11.8.2/AppLovinSDKResources.bundle",
"${PODS_ROOT}/AppLovinSDK/applovin-ios-sdk-11.9.0/AppLovinSDKResources.bundle",
);
name = "[CP] Copy Pods Resources";
outputPaths = (
Expand Down
24 changes: 12 additions & 12 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
PODS:
- Alamofire (4.9.1)
- AppLovinSDK (11.8.2)
- AppLovinSDK (11.9.0)
- Eureka (5.4.0)
- Google-Mobile-Ads-SDK (10.3.0):
- Google-Mobile-Ads-SDK (10.4.0):
- GoogleAppMeasurement (< 11.0, >= 7.0)
- GoogleUserMessagingPlatform (>= 1.1)
- GoogleAds-IMA-iOS-SDK (3.18.4)
- GoogleAppMeasurement (10.7.0):
- GoogleAppMeasurement/AdIdSupport (= 10.7.0)
- GoogleAds-IMA-iOS-SDK (3.19.1)
- GoogleAppMeasurement (10.8.0):
- GoogleAppMeasurement/AdIdSupport (= 10.8.0)
- GoogleUtilities/AppDelegateSwizzler (~> 7.8)
- GoogleUtilities/MethodSwizzler (~> 7.8)
- GoogleUtilities/Network (~> 7.8)
- "GoogleUtilities/NSData+zlib (~> 7.8)"
- nanopb (< 2.30910.0, >= 2.30908.0)
- GoogleAppMeasurement/AdIdSupport (10.7.0):
- GoogleAppMeasurement/WithoutAdIdSupport (= 10.7.0)
- GoogleAppMeasurement/AdIdSupport (10.8.0):
- GoogleAppMeasurement/WithoutAdIdSupport (= 10.8.0)
- GoogleUtilities/AppDelegateSwizzler (~> 7.8)
- GoogleUtilities/MethodSwizzler (~> 7.8)
- GoogleUtilities/Network (~> 7.8)
- "GoogleUtilities/NSData+zlib (~> 7.8)"
- nanopb (< 2.30910.0, >= 2.30908.0)
- GoogleAppMeasurement/WithoutAdIdSupport (10.7.0):
- GoogleAppMeasurement/WithoutAdIdSupport (10.8.0):
- GoogleUtilities/AppDelegateSwizzler (~> 7.8)
- GoogleUtilities/MethodSwizzler (~> 7.8)
- GoogleUtilities/Network (~> 7.8)
Expand Down Expand Up @@ -79,11 +79,11 @@ SPEC REPOS:

SPEC CHECKSUMS:
Alamofire: 85e8a02c69d6020a0d734f6054870d7ecb75cf18
AppLovinSDK: cfcf1972d25febb4c0f23837763e3809f0fba159
AppLovinSDK: 2022f21e5b713b2c04bb7c2f10bde0f2dea89f11
Eureka: fadaa9fa3d6e402d3c60f78f24edf3d7bafc9c29
Google-Mobile-Ads-SDK: eba3109a9aa504596a207e4d18d433b329596b76
GoogleAds-IMA-iOS-SDK: b01284e3bf3d64ba948de6692ffda531452c3713
GoogleAppMeasurement: fe17c92a32207dd5cdd4e8d742767f2da74857f6
Google-Mobile-Ads-SDK: 32fe7836431a06a29f7734ae092b600137c8108d
GoogleAds-IMA-iOS-SDK: 18adbec04a2e79ce828a992d37a4580deadbe525
GoogleAppMeasurement: 0ba93018e916f7badf915c2337d43cc1fa96b3f9
GoogleUserMessagingPlatform: 5f8b30daf181805317b6b985bb51c1ff3beca054
GoogleUtilities: 9aa0ad5a7bc171f8bae016300bfcfa3fb8425749
nanopb: b552cce312b6c8484180ef47159bc0f65a1f0431
Expand Down
2 changes: 1 addition & 1 deletion PrebidMobile/AdUnits/Utils.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class Utils: NSObject {
public static let shared = Utils()

var latestTestedGMAVersion: (Int, Int, Int) {
(10, 3, 0)
(10, 4, 0)
}

/**
Expand Down
2 changes: 1 addition & 1 deletion tools/PrebidValidator/Dr.Prebid.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Dr.Prebid/Pods-Dr.Prebid-resources.sh",
"${PODS_ROOT}/AppLovinSDK/applovin-ios-sdk-11.8.2/AppLovinSDKResources.bundle",
"${PODS_ROOT}/AppLovinSDK/applovin-ios-sdk-11.9.0/AppLovinSDKResources.bundle",
);
name = "[CP] Copy Pods Resources";
outputPaths = (
Expand Down

0 comments on commit 5f407f3

Please sign in to comment.