Skip to content

Commit

Permalink
refactor: Update deployment target to 10.0 for Firebase Analytics p…
Browse files Browse the repository at this point in the history
…odspec. (#8371)

* chore: update deployment target to 10.0 for analytics and crashlytics

* chore(crashlytics): revert iOS deployment target
  • Loading branch information
russellwheatley committed Apr 21, 2022
1 parent 32264cf commit fe709da
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -34,7 +34,7 @@ Pod::Spec.new do |s|
s.public_header_files = 'Classes/Public/*.h'
s.private_header_files = 'Classes/Private/*.h'

s.ios.deployment_target = '9.0'
s.ios.deployment_target = '10.0'
s.dependency 'Flutter'

s.dependency 'firebase_core'
Expand Down

0 comments on commit fe709da

Please sign in to comment.