Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
commit 03b0fb9489943d5ed54cfe65fb8146fd83707418
Author: Alan Viverette <alanv@google.com>
Date: Fri Jun 30 11:15:14 2023
Deprecate BuildCompat.isAtLeastU()
Relnote: Deprecated BuildCompat.isAtLeastU(). Use SDK_INT >= 34 instead.
Fixes: 289269026
Test: ./gradlew lintDebug
Change-Id: I4f8e795cbfa8c965b5f21331645af55c6709e7ab
M core/core/api/current.txt
M core/core/api/restricted_current.txt
M core/core/src/main/java/androidx/core/os/BuildCompat.kt
https://android-review.googlesource.com/2647280
Branch: androidx-main
commit 03b0fb9489943d5ed54cfe65fb8146fd83707418
Author: Alan Viverette <alanv@google.com>
Date: Fri Jun 30 11:15:14 2023
Deprecate BuildCompat.isAtLeastU()
Relnote: Deprecated BuildCompat.isAtLeastU(). Use SDK_INT >= 34 instead.
Fixes: 289269026
Test: ./gradlew lintDebug
Change-Id: I4f8e795cbfa8c965b5f21331645af55c6709e7ab
M core/core/api/current.txt
M core/core/api/restricted_current.txt
M core/core/src/main/java/androidx/core/os/BuildCompat.kt
Description
For feature parity with LazyColumn we should add getOrientation() getReversed() and getViewportSize() to ScalingLazyListLayoutInfo. See b/200920410 for the details of what was added to LazyXXXX