Skip to content

Commit

Permalink
chore(ios): update Google-Mobile-Ads-SDK pod to version 9.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Jan 18, 2023
1 parent 9c948dc commit c9c1d42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CapacitorCommunityAdmob.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ Pod::Spec.new do |s|
s.swift_version = '5.1'
s.static_framework = true
s.dependency 'Capacitor'
s.dependency 'Google-Mobile-Ads-SDK', '9.7.0'
s.dependency 'Google-Mobile-Ads-SDK', '9.14.0'
end
2 changes: 1 addition & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def capacitor_pods
use_frameworks!
pod 'Capacitor', :path => '../node_modules/@capacitor/ios'
pod 'CapacitorCordova', :path => '../node_modules/@capacitor/ios'
pod 'Google-Mobile-Ads-SDK', '9.7.0'
pod 'Google-Mobile-Ads-SDK', '9.14.0'
end

target 'Plugin' do
Expand Down

0 comments on commit c9c1d42

Please sign in to comment.