Fixed
Status Update
Comments
yb...@google.com <yb...@google.com> #2
Is this fixed? I'm still seeing this issue with AGP 8.1.0-beta01 + Gradle 8.1
ba...@lamelcolor.ch <ba...@lamelcolor.ch> #3
The fix has not been landed.
el...@google.com <el...@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.
ba...@lamelcolor.ch <ba...@lamelcolor.ch> #5
I cc'ed you on the CL which should be landed this week.
ev...@gmail.com <ev...@gmail.com> #6
Aurimas, is this 8.1 blocking for Androidx? If not, feel free to remove the "Blocking release" label.
ba...@lamelcolor.ch <ba...@lamelcolor.ch> #7
el...@google.com <el...@google.com> #9
Reassigning to Xav to review CP to 8.1 branch
ba...@lamelcolor.ch <ba...@lamelcolor.ch> #10
Scott, do we have a cherry-pick ready for the lint fix?
el...@google.com <el...@google.com> #11
Yes, Change-Id: I994677cebb63de5472bb8ea561bdad0336c72f55
ap...@google.com <ap...@google.com> #12
Saurabh, it looks like Xav is OOO until after the deadline for patch 1 check-ins.
Can you or someone else give DrNo approval for ag/I994677cebb63de5472bb8ea561bdad0336c72f55?
Description
Component used: Room auto migration Version used: 2.4.0-alpha02 Devices/Android versions reproduced on: Samsung xcover 4s / android 10
This problem occur when I have add a new column in a entity. Auto migration add this columns for the entity, but it is not pass to the entity where the object entity is embedded.
For make this error try to make auto migration when you add a new columns to a embedded entity.
This error not occur because I have no change my db version.