Skip to content

Commit

Permalink
feat: Bump Firebase iOS SDK to 9.5.0 (#9492)
Browse files Browse the repository at this point in the history
* feat: Bump Firebase iOS SDK to 9.5.0

* chore: update example app for Flutter 3.3
  • Loading branch information
Lyokone committed Sep 8, 2022
1 parent 323b917 commit d246ba2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,4 +1,4 @@
# https://firebase.google.com/support/release-notes/ios
def firebase_sdk_version!()
'9.4.0'
'9.5.0'
end
@@ -1,5 +1,5 @@
# Uncomment this line to define a global platform for your project
# platform :ios, '9.0'
platform :ios, '11.0'

# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
Expand Down

0 comments on commit d246ba2

Please sign in to comment.