Skip to content

Commit

Permalink
feat: bump Firebase Android SDK version to 29.0.0 (#7296)
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 Nov 4, 2021
1 parent 9aeaaab commit 3105c3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/overview.mdx
Expand Up @@ -270,7 +270,7 @@ In the `/android/app/build.gradle` file, you can provide your own versions using
```groovy
rootProject.ext {
set('FlutterFire', [
FirebaseSDKVersion: '28.4.1'
FirebaseSDKVersion: '29.0.0'
])
}
```
Expand Down
@@ -1,2 +1,2 @@
# https://firebase.google.com/support/release-notes/android
FirebaseSDKVersion=28.4.1
FirebaseSDKVersion=29.0.0

0 comments on commit 3105c3c

Please sign in to comment.