Fixed
Status Update
Comments
rk...@google.com <rk...@google.com>
tn...@google.com <tn...@google.com> #2
Is this fixed? I'm still seeing this issue with AGP 8.1.0-beta01 + Gradle 8.1
ey...@gmail.com <ey...@gmail.com> #3
The fix has not been landed.
tn...@google.com <tn...@google.com> #4
Due to this bug in CI we hit configuration cache invalidation 100% of the time. Can we make sure the fix lands soon? And especially before 8.1.0 stable.
ma...@gmail.com <ma...@gmail.com> #5
I cc'ed you on the CL which should be landed this week.
tn...@google.com <tn...@google.com> #6
Aurimas, is this 8.1 blocking for Androidx? If not, feel free to remove the "Blocking release" label.
tn...@google.com <tn...@google.com> #7
tn...@google.com <tn...@google.com> #9
Reassigning to Xav to review CP to 8.1 branch
Description
I just updated to Flamingo Alpha 8 from EE Beta 5 and running lint results in NewApi errors for
java.time.*
(272 occurrences in my app). My minApi is 24 and lint is saying that all of these calls require minApi 26. I have desugaring enabled.