Jetpack 库与 Android 操作系统分开提供,因此库的更新可以独立且更频繁地进行。
这些库遵循 严格的语义版本控制,以实现二进制兼容性,并增加了预发布修订版的版本间序列。版本字符串(如 1.0.1-beta02
)包含三个数字,分别表示主版本、次版本和错误修正级别。预发布版本还带有一个后缀,用于指定预发布阶段(alpha、beta、发布候选版)和修订号(01、02 等)。
请注意,鼓励但不要求 androidx
库在次版本之间保持源代码兼容性。原因是主版本更新将强制所有依赖于先前主版本的工件进行明确迁移,这会中断开发人员的工作流程。
库的每个版本在成为稳定版本之前都要经历三个预发布阶段。每个预发布阶段的标准是
Alpha 版
- Alpha 版在功能上是稳定的,但可能未完成所有功能。
- 当版本处于 Alpha 阶段时,API 可能会被添加、移除或更改。
Beta 版
- Beta 版在功能上是稳定的,并且具有完整的功能 API 接口。
- 它们已准备好用于生产,但可能包含错误。
- Beta 版本不能使用实验性编译器功能(例如
@UseExperimental
)。 - 对其他库的依赖必须是 Beta、RC 或稳定版本。不允许存在 Alpha 依赖项。
发布候选版 (RC)
- 发布候选版是预期的稳定版本。
- 它可能包含关键的最后时刻修复。
- 其 API 接口是最终的。
- 对其他库的依赖必须仅为 RC 或稳定版本。
一个库可以同时拥有多个版本。每个版本都有不同的发布阶段。例如,androidx.activity
的稳定版本可能是 1.0.0
,但也可能存在 1.1.0-beta02
版本和 2.0.0-alpha01
版本。
使用此页面了解库的最新更新。
AndroidX 最新版本说明页面 列出了最近更改的库。Google 的 Maven 仓库 显示了完整的版本历史记录。
使用下表查看每个 AndroidX 库的最新稳定版本和预览版本。每行上的链接都会带您前往该库的版本说明。在版本说明中,您会找到
- 所有版本的按时间顺序的历史记录。
- 包含使用工件的默认 Gradle 依赖项声明的代码段。
- 指向每个工件中包的 Kotlin 和 Java 参考页面的链接。
Jetpack 库
一些 AndroidX 库(例如 camera)有多个独立维护的工件。这些库标有星号 (*)。请参阅版本说明以查看所有工件的版本更新。
Maven 组 ID | 最新更新 | 稳定版 | 发布候选版 | Beta 版 | Alpha 版 |
---|---|---|---|---|---|
activity | June 4, 2025 | 1.10.1 | 1.11.0-rc01 | - | 1.12.0-alpha02 |
ads | March 8, 2023 | - | - | - | 1.0.0-alpha05 |
annotation (*) | May 7, 2025 | 1.9.1 | - | - | - |
appcompat | June 4, 2025 | 1.7.1 | - | - | - |
appfunctions | June 4, 2025 | - | - | - | 1.0.0-alpha02 |
appsearch | May 20, 2025 | - | 1.1.0-rc01 | - | - |
arch.core | February 22, 2023 | 2.2.0 | - | - | - |
asynclayoutinflater | April 9, 2025 | 1.1.0 | - | - | - |
autofill | June 4, 2025 | 1.3.0 | - | - | - |
benchmark | June 4, 2025 | 1.3.4 | - | 1.4.0-beta02 | - |
biometric | May 20, 2025 | 1.1.0 | - | - | 1.4.0-alpha04 |
bluetooth | November 29, 2023 | - | - | - | 1.0.0-alpha02 |
browser | May 20, 2025 | 1.8.0 | - | - | 1.9.0-alpha04 |
car-app | May 20, 2025 | 1.4.0 | 1.7.0-rc01 | - | 1.8.0-alpha01 |
camera (*) | May 7, 2025 | 1.4.2 | - | 1.5.0-beta01 | - |
camera.media3 | May 7, 2025 | - | - | - | 1.0.0-alpha03 |
camera.featurecombinationquery | June 4, 2025 | - | - | 1.5.0-beta01 | - |
camera.viewfinder (*) | June 4, 2025 | - | - | 1.5.0-beta02 | 1.4.0-alpha13 |
cardview | September 21, 2018 | 1.0.0 | - | - | - |
collection | March 12, 2025 | 1.5.0 | - | - | - |
compose | August 7, 2024 | 1.5.0 | - | - | - |
compose.animation | June 4, 2025 | 1.8.2 | - | - | 1.9.0-alpha04 |
compose.compiler | August 7, 2024 | 1.5.15 | - | - | - |
compose.foundation | June 4, 2025 | 1.8.2 | - | - | 1.9.0-alpha04 |
compose.material | June 4, 2025 | 1.8.2 | - | - | 1.9.0-alpha04 |
compose.material3 | May 20, 2025 | 1.3.2 | - | - | 1.4.0-alpha15 |
compose.material3.adaptive | May 20, 2025 | 1.1.0 | - | - | 1.2.0-alpha06 |
compose.runtime | June 4, 2025 | 1.8.2 | - | - | 1.9.0-alpha04 |
compose.ui | June 4, 2025 | 1.8.2 | - | - | 1.9.0-alpha04 |
concurrent | May 20, 2025 | 1.2.0 | - | 1.3.0-beta01 | - |
constraintlayout (*) | February 26, 2025 | 2.2.1 | - | - | - |
contentpager | September 21, 2018 | 1.0.0 | - | - | - |
coordinatorlayout | February 26, 2025 | 1.3.0 | - | - | - |
core (*) | May 7, 2025 | 1.16.0 | - | - | - |
core.uwb | December 11, 2024 | - | - | - | 1.0.0-alpha10 |
credentials | May 20, 2025 | 1.5.0 | - | - | 1.6.0-alpha02 |
credentials.providerevents | May 7, 2025 | - | - | - | 1.0.0-alpha01 |
credentials.registry | October 16, 2024 | - | - | - | 1.0.0-alpha01 |
cursoradapter | September 21, 2018 | 1.0.0 | - | - | - |
customview (*) | April 23, 2025 | 1.2.0 | - | - | - |
databinding | September 5, 2019 | 3.5.0 | - | - | 3.6.0-alpha10 |
datastore | May 20, 2025 | 1.1.7 | - | - | 1.2.0-alpha02 |
documentfile | May 7, 2025 | 1.1.0 | - | - | - |
draganddrop | May 11, 2022 | 1.0.0 | - | - | - |
drawerlayout | March 22, 2023 | 1.2.0 | - | - | - |
dynamicanimation | April 9, 2025 | 1.1.0 | - | - | - |
emoji | January 27, 2021 | 1.1.0 | - | - | 1.2.0-alpha03 |
emoji2 | June 4, 2025 | 1.5.0 | - | - | 1.6.0-alpha01 |
enterprise | January 13, 2021 | 1.1.0 | - | - | - |
exifinterface | April 23, 2025 | 1.4.1 | - | - | - |
fragment | June 4, 2025 | 1.8.8 | - | - | - |
games (*) | March 26, 2025 | 4.0.0 | - | - | 4.2.0-alpha01 |
glance | May 7, 2025 | 1.1.1 | - | - | 1.2.0-alpha01 |
graphics (*) | March 26, 2025 | 1.0.3 | - | - | - |
gridlayout | April 9, 2025 | 1.1.0 | - | - | - |
health | May 7, 2025 | 1.0.0 | - | - | 1.1.0-alpha05 |
health.connect | June 4, 2025 | - | 1.1.0-rc02 | - | - |
heifwriter | April 9, 2025 | - | - | 1.1.0-beta01 | - |
hilt (*) | May 7, 2025 | 1.2.0 | - | - | 1.3.0-alpha01 |
ink | April 9, 2025 | - | - | - | 1.0.0-alpha04 |
input | October 2, 2024 | - | - | 1.0.0-beta05 | - |
interpolator | September 21, 2018 | 1.0.0 | - | - | - |
javascriptengine | March 26, 2025 | - | 1.0.0-rc01 | - | - |
jetifier | September 2, 2020 | - | - | 1.0.0-beta10 | - |
leanback | April 23, 2025 | 1.2.0 | - | - | - |
legacy | September 21, 2018 | 1.0.0 | - | - | - |
lifecycle (*) | June 4, 2025 | 2.9.1 | - | - | - |
lint | May 20, 2025 | - | - | - | 1.0.0-alpha05 |
loader | October 9, 2019 | 1.1.0 | - | - | - |
localbroadcastmanager | January 12, 2022 | 1.1.0 | - | - | - |
media | November 29, 2023 | 1.7.0 | - | - | - |
media3 | May 15, 2025 | 1.7.1 | - | - | 1.8.0-alpha01 |
mediarouter | June 4, 2025 | 1.8.0 | - | - | - |
multidex | December 17, 2018 | 2.0.1 | - | - | - |
metrics | March 12, 2025 | - | - | 1.0.0-beta02 | - |
navigation | May 7, 2025 | 2.9.0 | - | - | - |
navigation3 | June 4, 2025 | - | - | - | 1.0.0-alpha03 |
navigationevent | June 4, 2025 | - | - | - | 1.0.0-alpha02 |
paging (*) | February 12, 2025 | 3.3.6 | - | - | - |
palette | September 21, 2018 | 1.0.0 | - | - | - |
May 7, 2025 | - | - | - | 1.0.0-alpha09 | |
percentlayout | September 21, 2018 | 1.0.0 | - | - | - |
performance | January 15, 2025 | - | - | - | 1.0.0-alpha01 |
photopicker | June 4, 2025 | - | - | - | 1.0.0-alpha01 |
preference | July 26, 2023 | 1.2.1 | - | - | - |
April 23, 2025 | 1.1.0 | - | - | - | |
privacysandbox.activity | March 26, 2025 | - | - | - | 1.0.0-alpha02 |
privacysandbox.ads | May 7, 2025 | - | - | 1.1.0-beta13 | - |
privacysandbox.plugins | August 9, 2023 | - | - | - | 1.0.0-alpha02 |
privacysandbox.sdkruntime | March 26, 2025 | - | - | - | 1.0.0-alpha17 |
privacysandbox.tools | March 26, 2025 | - | - | - | 1.0.0-alpha13 |
privacysandbox.ui | May 20, 2025 | - | - | - | 1.0.0-alpha16 |
profileinstaller | October 2, 2024 | 1.4.1 | - | - | - |
recommendation | September 21, 2018 | 1.0.0 | - | - | - |
recyclerview (*) | May 20, 2025 | 1.4.0 | - | - | - |
remotecallback | May 7, 2019 | 1.0.0 | - | - | - |
resourceinspection | January 26, 2022 | 1.0.1 | - | - | - |
room | April 23, 2025 | 2.7.1 | - | - | - |
savedstate | May 7, 2025 | 1.3.0 | - | - | - |
security (*) | June 4, 2025 | 1.0.0 | - | 1.1.0-beta01 | - |
sharetarget | October 5, 2022 | 1.2.0 | - | - | - |
slice | January 13, 2021 | - | - | - | 1.1.0-alpha02 |
slidingpanelayout | January 26, 2022 | 1.2.0 | - | - | - |
startup | September 18, 2024 | 1.2.0 | - | - | - |
sqlite | May 7, 2025 | 2.5.1 | - | - | - |
swiperefreshlayout | February 12, 2025 | 1.1.0 | - | 1.2.0-beta01 | - |
test (*) | June 13, 2025 | 1.0.1 | - | - | 1.1.0-alpha04 |
test.uiautomator | June 4, 2025 | 2.3.0 | - | - | 2.4.0-alpha04 |
textclassifier | March 23, 2022 | - | - | - | 1.0.0-alpha04 |
tracing | April 23, 2025 | 1.3.0 | - | - | - |
transition | April 23, 2025 | 1.6.0 | - | - | - |
tv | January 15, 2025 | 1.0.0 | - | - | 1.1.0-alpha01 |
tvprovider | May 7, 2025 | 1.1.0 | - | - | - |
xr.arcore | May 7, 2025 | - | - | - | 1.0.0-alpha04 |
xr.compose | May 7, 2025 | - | - | - | 1.0.0-alpha04 |
xr.compose.material3 | May 20, 2025 | - | - | - | 1.0.0-alpha08 |
xr.runtime | May 7, 2025 | - | - | - | 1.0.0-alpha04 |
xr.scenecore | May 7, 2025 | - | - | - | 1.0.0-alpha04 |
vectordrawable | May 1, 2024 | 1.2.0 | - | - | - |
versionedparcelable | January 29, 2025 | 1.2.1 | - | - | - |
viewpager | December 11, 2024 | 1.1.0 | - | - | - |
viewpager2 | May 14, 2024 | 1.1.0 | - | - | - |
wear (*) | February 26, 2025 | 1.3.0 | - | - | 1.4.0-alpha01 |
wear.compose | June 4, 2025 | 1.4.1 | - | 1.5.0-beta03 | - |
wear.protolayout | June 4, 2025 | 1.3.0 | - | - | - |
wear.tiles | June 4, 2025 | 1.5.0 | - | - | - |
wear.watchface | April 23, 2025 | 1.2.1 | - | - | 1.3.0-alpha07 |
webkit | June 4, 2025 | 1.14.0 | - | - | - |
window | May 20, 2025 | 1.4.0 | - | - | 1.5.0-alpha02 |
window.extensions.core | June 7, 2023 | 1.0.0 | - | - | - |
work | April 23, 2025 | 2.10.1 | - | - | - |
(*) 此库有多个工件。有关详细信息,请参阅其版本说明。
最后更新时间:2025 年 6 月 13 日