-
Notifications
You must be signed in to change notification settings - Fork 586
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
Compiling Firestore with AGP 8.0 cause an R8 issue #4974
Comments
Hi @Lyokone. I'll take a look at this. |
Thanks, doing more experiments around migrating all the example apps from FlutterFire, I found similar issues for
|
I just tried a vanilla android project with agp8 and it worked just fine: https://github.com/dconeybe/agp8testapp |
I've tried on your project and it works as expected in release and debug mode, with Thanks for your help, I think we can close this |
For reference: after some more investigation, it seems that adding the
is what is causing the R8 errors. Till integration_test is not fully updated user should stay on 7.4.2. |
Raised flutter/flutter#127388 |
[REQUIRED] Step 2: Describe your environment
[REQUIRED] Step 3: Describe the problem
When trying to compile an application using Gradle 8.0 with Firestore I get the following issue:
Steps to reproduce:
Switch to AGP 8.0.
The text was updated successfully, but these errors were encountered: