diff --git a/AppNexusSDK.podspec b/AppNexusSDK.podspec index 7ce44f3e..aaddf62d 100644 --- a/AppNexusSDK.podspec +++ b/AppNexusSDK.podspec @@ -34,7 +34,7 @@ DESC s.subspec 'GoogleAdapter' do |subspec| subspec.dependency 'AppNexusSDK/AppNexusSDK', "#{s.version}" - subspec.dependency 'Google-Mobile-Ads-SDK', '11.2.0' + subspec.dependency 'Google-Mobile-Ads-SDK', '12.9.0' subspec.source_files = "mediation/mediatedviews/GoogleAdMob/*.{h,m}" subspec.public_header_files = "mediation/mediatedviews/GoogleAdMob/ANGoogleMediationSettings.h" subspec.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '${PODS_ROOT}/Google-Mobile-Ads-SDK/**' } diff --git a/Package.swift b/Package.swift index 3aa39aec..c52865c6 100644 --- a/Package.swift +++ b/Package.swift @@ -24,7 +24,7 @@ let package = Package( ), ], dependencies: [ - .package(name: "GoogleMobileAds", url: "https://github.com/googleads/swift-package-manager-google-mobile-ads.git", .exact("11.2.0")) + .package(name: "GoogleMobileAds", url: "https://github.com/googleads/swift-package-manager-google-mobile-ads.git", .exact("12.9.0")) ], targets: [ .binaryTarget( diff --git a/examples/SimpleMediation/Podfile b/examples/SimpleMediation/Podfile index e24177a1..9d610f4f 100644 --- a/examples/SimpleMediation/Podfile +++ b/examples/SimpleMediation/Podfile @@ -7,7 +7,7 @@ platform :ios, '10.0' target 'SimpleMediation' do - pod 'Google-Mobile-Ads-SDK', '~> 9.4.0' + pod 'Google-Mobile-Ads-SDK', '~> 12.9.0' pod 'Smart-Display-SDK', '~> 7.17.1'