Skip to content

Commit

Permalink
feat: bump Firebase iOS SDK to 8.11.0 & Android SDK to 29.0.4 (#7942
Browse files Browse the repository at this point in the history
)
  • Loading branch information
russellwheatley committed Jan 26, 2022
1 parent 7b65e78 commit c23adf0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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

0 comments on commit c23adf0

Please sign in to comment.