Skip to content

Commit

Permalink
feat(ios): update Firebase/Crashlytics to 8.12.1 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz authored Mar 8, 2022
1 parent 28ab9c6 commit f774f78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CapacitorCommunityFirebaseCrashlytics.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
s.ios.deployment_target = '12.0'
s.dependency 'Capacitor'
s.dependency 'Firebase/Crashlytics', '8.4.0'
s.dependency 'Firebase/Crashlytics', '8.12.1'
s.swift_version = '5.1'
s.static_framework = true
end
2 changes: 1 addition & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ end

target 'Plugin' do
capacitor_pods
pod 'Firebase/Crashlytics', '8.4.0'
pod 'Firebase/Crashlytics', '8.12.1'
end

target 'PluginTests' do
Expand Down

0 comments on commit f774f78

Please sign in to comment.