Skip to content

Commit

Permalink
feat(capacitor/ios): update Google-Mobile-Ads-SDK to v8.2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ratson committed Mar 14, 2021
1 parent 847b331 commit 2183d9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.0'
s.dependency 'Google-Mobile-Ads-SDK', '>= 8.2.0.1'
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.0'
pod 'Google-Mobile-Ads-SDK', '>= 8.2.0.1'
end

target 'PluginTests' do
capacitor_pods
pod 'Google-Mobile-Ads-SDK', '>= 8.0'
pod 'Google-Mobile-Ads-SDK', '>= 8.2.0.1'
end

0 comments on commit 2183d9d

Please sign in to comment.