Skip to content

Commit b97d4b0

Browse files
authored
Avoid forcing a breaking AdMob change (#6355)
1 parent 95add7f commit b97d4b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Firebase.podspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ Simplify your app development, grow your user base, and monetize more effectivel
6666

6767
s.subspec 'AdMob' do |ss|
6868
ss.dependency 'Firebase/CoreOnly'
69-
ss.ios.dependency 'Google-Mobile-Ads-SDK', '~> 7.64'
69+
# 7.64 bumps the minimum iOS version to 9.0, so don't update here until
70+
# next major version.
71+
ss.ios.dependency 'Google-Mobile-Ads-SDK', '~> 7.63'
7072
end
7173

7274
s.subspec 'AppDistribution' do |ss|

0 commit comments

Comments
 (0)