File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ Pod::Spec.new do |s|
1515 s . swift_version = '5.1'
1616 s . static_framework = true
1717 s . dependency 'Capacitor'
18- s . dependency 'Google-Mobile-Ads-SDK' , '9.14 .0'
18+ s . dependency 'Google-Mobile-Ads-SDK' , '10.1 .0'
1919end
Original file line number Diff line number Diff line change 44 androidxCoordinatorLayoutVersion = project. hasProperty(' androidxCoordinatorLayoutVersion' ) ? rootProject. ext. androidxCoordinatorLayoutVersion : ' 1.2.0'
55 androidxJunitVersion = project. hasProperty(' androidxJunitVersion' ) ? rootProject. ext. androidxJunitVersion : ' 1.1.3'
66 androidxEspressoCoreVersion = project. hasProperty(' androidxEspressoCoreVersion' ) ? rootProject. ext. androidxEspressoCoreVersion : ' 3.4.0'
7- playServicesAdsVersion = project. hasProperty(' playServicesAdsVersion' ) ? rootProject. ext. playServicesAdsVersion : ' 21.1 .0'
7+ playServicesAdsVersion = project. hasProperty(' playServicesAdsVersion' ) ? rootProject. ext. playServicesAdsVersion : ' 21.5 .0'
88
99}
1010
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ def capacitor_pods
55 use_frameworks!
66 pod 'Capacitor' , :path => '../node_modules/@capacitor/ios'
77 pod 'CapacitorCordova' , :path => '../node_modules/@capacitor/ios'
8- pod 'Google-Mobile-Ads-SDK' , '9.14 .0'
8+ pod 'Google-Mobile-Ads-SDK' , '10.1 .0'
99end
1010
1111target 'Plugin' do
You can’t perform that action at this time.
0 commit comments