Skip to content

Commit

Permalink
feat: bump Firebase Android SDK to 29.3.1 (#8494)
Browse files Browse the repository at this point in the history
  • Loading branch information
russellwheatley committed Apr 21, 2022
1 parent 4a7f47e commit 17b9c28
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.3.0'
FirebaseSDKVersion: '29.3.1'
])
}
```
Expand Down
@@ -1,2 +1,2 @@
# https://firebase.google.com/support/release-notes/android
FirebaseSDKVersion=29.3.0
FirebaseSDKVersion=29.3.1

0 comments on commit 17b9c28

Please sign in to comment.