Fixed
Status Update
Comments
al...@google.com <al...@google.com>
al...@google.com <al...@google.com> #2
core
is currently in Beta cycle, but this is an experimental API so we're fine to land it.
ap...@google.com <ap...@google.com> #3
Project: platform/frameworks/support
Branch: androidx-main
commit 314277244b41e267e2df54783e731a484386539f
Author: Alan Viverette <alanv@google.com>
Date: Fri Apr 22 15:17:20 2022
Add BuildCompat check for next pre-release cycle
Un-deprecates isAtLeastT() since the finalized SDK isn't released yet
Relnote: Added BuildCompat check for next pre-release cycle
Fixes: 229859122
Test: ./gradlew checkApi
Merged-In: If5a8fd682e75bc0d1d69c25c11081f2b6b689bd7
Change-Id: If5a8fd682e75bc0d1d69c25c11081f2b6b689bd7
M core/core/src/main/java/androidx/core/os/BuildCompat.java
M core/core/api/public_plus_experimental_current.txt
M core/core/api/public_plus_experimental_1.8.0-beta01.txt
https://android-review.googlesource.com/2071009
Branch: androidx-main
commit 314277244b41e267e2df54783e731a484386539f
Author: Alan Viverette <alanv@google.com>
Date: Fri Apr 22 15:17:20 2022
Add BuildCompat check for next pre-release cycle
Un-deprecates isAtLeastT() since the finalized SDK isn't released yet
Relnote: Added BuildCompat check for next pre-release cycle
Fixes: 229859122
Test: ./gradlew checkApi
Merged-In: If5a8fd682e75bc0d1d69c25c11081f2b6b689bd7
Change-Id: If5a8fd682e75bc0d1d69c25c11081f2b6b689bd7
M core/core/src/main/java/androidx/core/os/BuildCompat.java
M core/core/api/public_plus_experimental_current.txt
M core/core/api/public_plus_experimental_1.8.0-beta01.txt
Description
Need to add experimental API for gating on next pre-release SDK.