Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
commit 2283075d1a2c5e45d9859aa0611e752a61d7dadd
Author: Andrew Bailey <anbailey@google.com>
Date: Mon Aug 05 11:32:26 2024
Partially revert "Pin dependencies to annotation and collection libraries"
This reverts the collection pinning from commit
69fec236c15cfc67d88a9b96b876c7a47f5e3389.
The pinned version of collection has a metadata corruption bug
( b/352560465 ) in ScatterSet, ScatterMap, and their primitive
variants. This commit reverts the pinning for Compose modules,
which use these data structures extensively. We will re-pin
after a new hotfix version of collection is published
(release tracked in b/357575863 ).
Test: N/A
Change-Id: Ib019701d8e4f988e99c6d622e48daae50522de27
M compose/animation/animation-core/build.gradle
M compose/animation/animation-graphics/build.gradle
M compose/animation/animation/build.gradle
M compose/foundation/foundation-layout/build.gradle
M compose/foundation/foundation/build.gradle
M compose/material/material-ripple/build.gradle
M compose/runtime/runtime/build.gradle
https://android-review.googlesource.com/3205338
Branch: androidx-main
commit 2283075d1a2c5e45d9859aa0611e752a61d7dadd
Author: Andrew Bailey <anbailey@google.com>
Date: Mon Aug 05 11:32:26 2024
Partially revert "Pin dependencies to annotation and collection libraries"
This reverts the collection pinning from commit
69fec236c15cfc67d88a9b96b876c7a47f5e3389.
The pinned version of collection has a metadata corruption bug
(
variants. This commit reverts the pinning for Compose modules,
which use these data structures extensively. We will re-pin
after a new hotfix version of collection is published
(release tracked in
Test: N/A
Change-Id: Ib019701d8e4f988e99c6d622e48daae50522de27
M compose/animation/animation-core/build.gradle
M compose/animation/animation-graphics/build.gradle
M compose/animation/animation/build.gradle
M compose/foundation/foundation-layout/build.gradle
M compose/foundation/foundation/build.gradle
M compose/material/material-ripple/build.gradle
M compose/runtime/runtime/build.gradle
au...@google.com <au...@google.com> #3
1.4.3 ships tomorrow.
Description