AndroidX releases


Jetpack libraries ship separately from the Android OS, so updates to the libraries can happen independently and more frequently.

The libraries follow strict semantic versioning for binary compatibility with an added inter-version sequence of pre-release revisions. A version string (like 1.0.1-beta02) contains three numbers representing major, minor, and bugfix levels. Pre-release versions also have a suffix that specifies the pre-release stage (alpha, beta, release candidate) and revision number (01, 02, and so on).

Please note that androidx libraries are encouraged, but not required, to preserve source compatibility across minor versions. The reason being a major version update would force all artifacts that depend on the previous major version to be explicitly migrated, which would disrupt the workflow of developers.

Every version of a library moves through three pre-release stages on its way to becoming a stable release. The criteria for each pre-release stage is:

Alpha

  • Alpha releases are functionally stable, but may not be feature-complete.
  • While a release is in alpha, APIs may be added, removed, or changed.

Beta

  • Beta releases are functionally stable and have a feature-complete API surface.
  • They are ready for production use but may contain bugs.
  • A beta release cannot use experimental compiler features (such as @UseExperimental).
  • Dependencies on other libraries must be beta, rc, or stable versions. No alpha dependencies are allowed.

Release Candidate (RC)

  • A release candidate is a prospective stable release.
  • It may contain critical last-minute fixes.
  • Its API surface is final.
  • Dependencies on other libraries must be rc or stable versions only.

A library can have multiple versions at the same time. Each version has a different release stage. For example, while the stable release of androidx.activity could be 1.0.0, there might also be a 1.1.0-beta02 release as well as a 2.0.0-alpha01 release.

Use this page to learn of the latest updates to the libraries.

The AndroidX recent release notes page lists the libraries that have recently changed. Google's Maven repository shows the complete version history.

Use the table below to view the most recent stable and preview versions of every AndroidX library. The links on each row take you to the library's release notes. In the release notes you'll find:

  • The chronological history of all the releases.
  • A code snippet with the default Gradle dependency declarations to use the artifacts.
  • Links to the Kotlin and Java reference pages for the packages in each artifact.

Minimum SDK Version

AndroidX libraries have the default minSdk of 23. Individual libraries might use a higher minSdk in cases when supporting the lowest API version is impossible or prohibitively expensive. The default minSdk is meant to cover 99% of Android users based on the Google Play Store check-in information, as is shown in Android Studio's New Project wizard. The default value is updated at a yearly cadence. The default minSdk only affects new library releases, so already released artifacts aren't affected and might support a lower minSdk.

Jetpack libraries

Some AndroidX libraries, like camera, have multiple artifacts that are maintained separately. These libraries are marked with an asterisk (*). See the release notes to view the version updates for all of the artifacts.

Maven Group ID Latest Update Stable Release Release Candidate Beta Release Alpha Release
activity March 11, 2026 1.13.0 - - -
ads March 8, 2023 - - - 1.0.0-alpha05
annotation (*) March 11, 2026 1.9.1 - - 1.10.0-alpha01
appcompat June 4, 2025 1.7.1 - - -
appfunctions March 11, 2026 - - - 1.0.0-alpha08
appsearch July 2, 2025 1.1.0 - - -
arch.core February 22, 2023 2.2.0 - - -
asynclayoutinflater April 9, 2025 1.1.0 - - -
autofill June 4, 2025 1.3.0 - - -
benchmark March 11, 2026 1.4.1 - - 1.5.0-alpha04
biometric December 17, 2025 1.1.0 - - 1.4.0-alpha05
bluetooth November 29, 2023 - - - 1.0.0-alpha02
browser March 11, 2026 1.9.0 1.10.0-rc01 - -
car-app November 19, 2025 1.7.0 - - 1.8.0-alpha03
camera (*) March 11, 2026 1.5.3 1.6.0-rc01 - 1.7.0-alpha01
camera.media3 August 13, 2025 - - - 1.0.0-alpha04
camera.featurecombinationquery March 11, 2026 1.5.3 1.6.0-rc01 - 1.7.0-alpha01
camera.viewfinder (*) March 11, 2026 1.5.3 1.6.0-rc01 - 1.7.0-alpha01
cardview September 21, 2018 1.0.0 - - -
collection March 11, 2026 1.6.0 - - -
compose August 7, 2024 1.6.0 - - -
compose.animation March 11, 2026 1.10.5 - 1.11.0-beta01 -
compose.compiler August 7, 2024 1.5.15 - - -
compose.foundation March 11, 2026 1.10.5 - 1.11.0-beta01 -
compose.material March 11, 2026 1.10.5 - 1.11.0-beta01 -
compose.material3 February 25, 2026 1.4.0 - - 1.5.0-alpha15
compose.material3.adaptive February 25, 2026 1.2.0 - - 1.3.0-alpha09
compose.remote March 11, 2026 - - - 1.0.0-alpha06
compose.runtime March 11, 2026 1.10.5 - 1.11.0-beta01 -
compose.ui March 11, 2026 1.10.5 - 1.11.0-beta01 -
concurrent July 16, 2025 1.3.0 - - -
constraintlayout (*) February 26, 2025 2.2.1 - - -
contentpager September 21, 2018 1.0.0 - - -
coordinatorlayout February 26, 2025 1.3.0 - - -
core (*) March 11, 2026 1.18.0 - - -
core.uwb March 11, 2026 - - 1.0.0-beta01 -
credentials March 11, 2026 1.5.0 1.6.0-rc02 - 1.6.0-rc02
credentials.providerevents March 11, 2026 - - - 1.0.0-alpha06
credentials.registry December 17, 2025 - - - 1.0.0-alpha04
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 March 11, 2026 1.2.1 - - 1.3.0-alpha07
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 December 17, 2025 1.2.0 - - -
emoji2 September 10, 2025 1.6.0 - - -
enterprise January 13, 2021 1.1.0 - - -
exifinterface December 3, 2025 1.4.2 - - -
fragment August 13, 2025 1.8.9 - - -
games (*) March 11, 2026 4.4.0 - - -
glance December 3, 2025 1.1.1 1.2.0-rc01 - -
glance.wear March 11, 2026 - - - 1.0.0-alpha05
graphics (*) March 11, 2026 1.0.4 - - -
gridlayout April 9, 2025 1.1.0 - - -
health February 25, 2026 1.0.0 1.1.0-rc01 - -
health.connect October 8, 2025 1.1.0 - - 1.2.0-alpha02
heifwriter October 22, 2025 1.1.0 - - 1.2.0-alpha01
hilt September 10, 2025 1.3.0 - - -
ink March 11, 2026 1.0.0 - - 1.1.0-alpha01
input November 19, 2025 1.0.0 - - -
interpolator September 21, 2018 1.0.0 - - -
javascriptengine March 11, 2026 1.0.0 - - 1.1.0-alpha01
jetifier September 2, 2020 - - 1.0.0-beta10 -
leanback April 23, 2025 1.2.0 - - -
legacy September 21, 2018 1.0.0 - - -
lifecycle (*) March 11, 2026 2.10.0 - - 2.11.0-alpha02
lint May 20, 2025 - - - 1.0.0-alpha05
loader October 9, 2019 1.1.0 - - -
localbroadcastmanager January 12, 2022 1.1.0 - - -
media August 13, 2025 1.7.1 - - -
media3 March 10, 2026 1.10.0-rc01 - - 1.10.0-alpha01
mediarouter February 11, 2026 1.8.1 - - 1.9.0-alpha01
multidex December 17, 2018 2.0.1 - - -
metrics October 8, 2025 1.0.0 - - -
paging (*) March 11, 2026 3.4.1 - - 3.5.0-alpha01
palette September 21, 2018 1.0.0 - - -
pdf March 11, 2026 - - - 1.0.0-alpha15
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 - - -
print April 23, 2025 1.1.0 - - -
privacysandbox.activity December 17, 2025 - - - 1.0.0-alpha03
privacysandbox.ads May 7, 2025 - - 1.1.0-beta13 -
privacysandbox.plugins August 9, 2023 - - - 1.0.0-alpha02
privacysandbox.sdkruntime December 17, 2025 - - - 1.0.0-alpha19
privacysandbox.tools December 17, 2025 - - - 1.0.0-alpha14
privacysandbox.ui December 17, 2025 - - - 1.0.0-alpha17
profileinstaller October 2, 2024 1.4.1 - - -
recommendation September 21, 2018 1.0.0 - - -
recyclerview (*) December 17, 2025 1.4.0 - - -
remotecallback November 19, 2025 - - - 1.0.0-alpha03
resourceinspection January 26, 2022 1.0.1 - - -
room November 19, 2025 2.8.4 - - -
room3 March 11, 2026 - - - 3.0.0-alpha01
savedstate March 11, 2026 1.4.0 - - 1.5.0-alpha01
security (*) March 11, 2026 1.1.0 - - -
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 March 11, 2026 2.6.2 - - 2.7.0-alpha01
swiperefreshlayout December 3, 2025 1.2.0 - - -
test (*) January 14, 2026 1.0.1 - - 1.1.0-alpha04
test.uiautomator March 11, 2026 2.3.0 - 2.4.0-beta02 -
textclassifier March 23, 2022 - - - 1.0.0-alpha04
tracing March 11, 2026 1.3.0 - - 2.0.0-alpha03
transition January 14, 2026 1.7.0 - - -
tv March 11, 2026 1.0.1 - 1.1.0-beta01 -
tvprovider May 7, 2025 1.1.0 - - -
text October 8, 2025 - - - 1.0.0-alpha02
xr.arcore February 25, 2026 - - - 1.0.0-alpha11
xr.compose February 25, 2026 - - - 1.0.0-alpha11
xr.compose.material3 February 25, 2026 - - - 1.0.0-alpha15
xr.glimmer March 11, 2026 - - - 1.0.0-alpha08
xr.projected February 25, 2026 - - - 1.0.0-alpha05
xr.runtime February 25, 2026 - - - 1.0.0-alpha11
xr.scenecore February 25, 2026 - - - 1.0.0-alpha12
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 25, 2026 1.4.0 - - -
wear.compose March 11, 2026 1.5.6 1.6.0-rc01 - -
wear.protolayout March 11, 2026 1.3.0 1.4.0-rc02 - -
wear.tiles March 11, 2026 1.5.0 1.6.0-rc02 - -
wear.watchface February 25, 2026 1.3.0 - - -
wear.watchfacepush March 11, 2026 - 1.0.0-rc01 - -
webgpu February 11, 2026 - - - 1.0.0-alpha04
webkit March 11, 2026 1.15.0 - - 1.16.0-alpha03
window November 19, 2025 1.5.1 - - 1.6.0-alpha01
window.extensions.core June 7, 2023 1.0.0 - - -
work January 28, 2026 2.11.1 - - -

(*) This library has multiple artifacts. See its release notes for more information.
Last updated: March 11, 2026