Skip to content
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

feat: bump Firebase iOS SDK to 8.11.0 & Android SDK to 29.0.4 #7942

Merged
merged 1 commit into from Jan 26, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/manual-installation.mdx
Expand Up @@ -109,7 +109,7 @@ In the `/android/app/build.gradle` file, you can provide your own versions using
```groovy
rootProject.ext {
set('FlutterFire', [
FirebaseSDKVersion: '29.0.0'
FirebaseSDKVersion: '29.0.4'
])
}
```
Expand All @@ -120,5 +120,5 @@ Open your `/ios/Podfile` or `/macos/Podfile` file and add any of the globals bel

```ruby
# Override Firebase SDK Version
$FirebaseSDKVersion = '8.10.0'
$FirebaseSDKVersion = '8.11.0'
```
@@ -1,2 +1,2 @@
# https://firebase.google.com/support/release-notes/android
FirebaseSDKVersion=29.0.3
FirebaseSDKVersion=29.0.4
@@ -1,4 +1,4 @@
# https://firebase.google.com/support/release-notes/ios
def firebase_sdk_version!()
'8.10.0'
'8.11.0'
end