Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
commit ab21029f6ae5dc56d3a0af79a437473d69e99480
Author: Andrey Kulikov <andreykulikov@google.com>
Date: Tue May 31 15:24:32 2022
Remove deprecated experimental lazy grids api
They were added temporary when the lazy grids were moved to the new package.
Test: n/a
Relnote: Removed deprecated LazyVerticalGrid from androidx.compose.foundation.lazy package. The new stable api is located in androidx.compose.foundation.lazy.grid
Fixes: 225192009
Change-Id: I73c76e02e0b95692dbceeae372b1e15f33aa57d7
M compose/foundation/foundation/api/public_plus_experimental_current.txt
M compose/foundation/foundation/api/current.txt
M compose/foundation/foundation/api/restricted_current.txt
M compose/foundation/foundation/api/restricted_1.2.0-beta04.txt
M compose/foundation/foundation/api/restricted_current.ignore
M compose/foundation/foundation/api/current.ignore
D compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/LazyGridDeprecated.kt
M compose/foundation/foundation/api/public_plus_experimental_1.2.0-beta04.txt
M compose/foundation/foundation/api/1.2.0-beta04.txt
https://android-review.googlesource.com/2111704
Branch: androidx-main
commit ab21029f6ae5dc56d3a0af79a437473d69e99480
Author: Andrey Kulikov <andreykulikov@google.com>
Date: Tue May 31 15:24:32 2022
Remove deprecated experimental lazy grids api
They were added temporary when the lazy grids were moved to the new package.
Test: n/a
Relnote: Removed deprecated LazyVerticalGrid from androidx.compose.foundation.lazy package. The new stable api is located in androidx.compose.foundation.lazy.grid
Fixes: 225192009
Change-Id: I73c76e02e0b95692dbceeae372b1e15f33aa57d7
M compose/foundation/foundation/api/public_plus_experimental_current.txt
M compose/foundation/foundation/api/current.txt
M compose/foundation/foundation/api/restricted_current.txt
M compose/foundation/foundation/api/restricted_1.2.0-beta04.txt
M compose/foundation/foundation/api/restricted_current.ignore
M compose/foundation/foundation/api/current.ignore
D compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/LazyGridDeprecated.kt
M compose/foundation/foundation/api/public_plus_experimental_1.2.0-beta04.txt
M compose/foundation/foundation/api/1.2.0-beta04.txt
Description
No description yet.