Skip to content

Commit

Permalink
feat: update Google-Mobile-Ads-SDK to 8.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ratson committed Jul 21, 2021
1 parent 0645389 commit afdc1fc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/capacitor/AdmobPlusCapacitor.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '12.0'
s.static_framework = true
s.dependency 'Capacitor'
s.dependency 'Google-Mobile-Ads-SDK', '>= 8.7.0'
s.dependency 'Google-Mobile-Ads-SDK', '>= 8.8.0'
s.swift_version = '5.3'
end
4 changes: 2 additions & 2 deletions packages/capacitor/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ end

target 'Plugin' do
capacitor_pods
pod 'Google-Mobile-Ads-SDK', '>= 8.7.0'
pod 'Google-Mobile-Ads-SDK', '>= 8.8.0'
end

target 'PluginTests' do
capacitor_pods
pod 'Google-Mobile-Ads-SDK', '>= 8.7.0'
pod 'Google-Mobile-Ads-SDK', '>= 8.8.0'
end
2 changes: 1 addition & 1 deletion packages/cordova/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
<source url="https://cdn.cocoapods.org/" />
</config>
<pods use-frameworks="true">
<pod name="Google-Mobile-Ads-SDK" spec="~> 8.7.0" />
<pod name="Google-Mobile-Ads-SDK" spec="~> 8.8.0" />
</pods>
</podspec>
</platform>
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/AdMobPlusRN.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ Pod::Spec.new do |s|
s.source_files = "ios/**/*.{h,c,cc,cpp,m,mm,swift}"

s.dependency "React-Core"
s.dependency 'Google-Mobile-Ads-SDK', '>= 8.7.0'
s.dependency 'Google-Mobile-Ads-SDK', '>= 8.8.0'
end

0 comments on commit afdc1fc

Please sign in to comment.