-
Notifications
You must be signed in to change notification settings - Fork 4k
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
🐛 [firebase_core] Support Gradle 8 #10825
Comments
Similar issue in flutter repo for more details: flutter/flutter#125181 |
/cc @Lyokone |
Would like to share some of experience of trying to update to AGP 8 and Gradle 8 for one of packages: ajinasokan/flutter_displaymode#21 The issue is in missing
|
Support for AGP 8.0 will be rolled out in a couple of hours. Please note that some of our dependencies (like GRPC Java) are not fully compatible yet. So if you are using Firestore / Database or Performance) you should probably wait a bit on AGP 7.4.2 till every dependency is compatible. |
After some more investigation, it seems that adding the
is what is causing the R8 errors. Till integration_test is, not fully updated you should stay on 7.4.2 if your are using integration testing. |
Bug report
Describe the bug
Gradle 8 is not supported.
Steps to reproduce
Steps to reproduce the behavior:
build.gradle
to useclasspath 'com.android.tools.build:gradle:8.0.0'
Expected behavior
No errors
Sample project
https://github.com/flutter/gallery
The text was updated successfully, but these errors were encountered: