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 Android SDK to 29.3.0 #8283

Merged
merged 8 commits into from Mar 29, 2022
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