Skip to content

Update iOS dependencies - Mon Apr 18 2022 #902

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Apr 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion admob/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ platform :ios, '10.0'
# Firebase AdMob test application.

target 'integration_test' do
pod 'Firebase/Analytics', '8.13.0'
pod 'Firebase/Analytics', '8.15.0'
pod 'Google-Mobile-Ads-SDK', '7.69.0-cppsdk'
end

Expand Down
4 changes: 2 additions & 2 deletions analytics/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ platform :ios, '10.0'

target 'integration_test' do
platform :ios, '10.0'
pod 'Firebase/Analytics', '8.13.0'
pod 'Firebase/Analytics', '8.15.0'
end

target 'integration_test_tvos' do
platform :tvos, '12.0'
pod 'Firebase/Analytics', '8.13.0'
pod 'Firebase/Analytics', '8.15.0'
end

post_install do |installer|
Expand Down
403 changes: 200 additions & 203 deletions analytics/ios_headers/FIREventNames.h

Large diffs are not rendered by default.

Loading