Skip to content

Commit

Permalink
feat: bump Firebase Android SDK to 29.3.0 (#8283)
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
  • Loading branch information
russellwheatley and Salakar committed Mar 29, 2022
1 parent cdae061 commit a6c646a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.4'
FirebaseSDKVersion: '29.3.0'
])
}
```
Expand Down
@@ -1,2 +1,2 @@
# https://firebase.google.com/support/release-notes/android
FirebaseSDKVersion=29.0.4
FirebaseSDKVersion=29.3.0

0 comments on commit a6c646a

Please sign in to comment.