-
-
Notifications
You must be signed in to change notification settings - Fork 21.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
Downgrade android gradle plugin to version 7.2.1. #76325
Conversation
Version 7.3.0 changes the build layout which causes updates to the generated shared libraries to not be picked up.
I feel like AGP breaks compat every minor version, is that expected? How could we better test for this to prevent future breakage? I remember we also had issues upgrading to 7.2.1 for a long time. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given our tooling doesn't fully match with their expected tooling (i.e: scons instead of cmake), yes there are some expectations of minor breakages when they change their underlying infra. |
Thanks! |
Cherry-picked for 4.0.3. |
Version 7.3.0 changes the build layout which causes updates to the generated shared libraries to not be picked up.
3.x version