This week's #JetpackReleaseNotes include WorkManager 2.11.0, Compose Material3 Adaptive 1.2.0, Graphics 1.1.0, bug fixes in Compose 1.9.4, Wear Compose 1.5.4, and Room 2.8.3 plus beta01 releases of Navigation3 (🎉), Lifecycle, Activity, DataStore, and Compose.
https://developer.android.com/jetpack/androidx/versions/all-channel#october_22_2025
Recent Release Notes  |  Android Developers

Android Developers

WorkManager 2.11.0 raises the minSdk from 21 to 23. That change meant that the team could remove 3,739 lines of code and the AlarmManager based scheduler used to support older versions of Android. Welcome to a leaner WorkManager!

https://developer.android.com/jetpack/androidx/releases/work#2.11.0

WorkManager  |  Jetpack  |  Android Developers

Android Developers

Compose Material3 Adaptive reached their 1.2.0 stable release this week with two new layout strategies - reflow and levitate.

Check out their blog post from their beta release for more details!
https://android-developers.googleblog.com/2025/09/unfold-new-possibilities-with-compose-adaptive-layouts-1-2-beta.html

Unfold new possibilities with Compose Adaptive Layouts 1.2 beta

Create polished, responsive UIs for the ever-expanding ecosystem of screen sizes with Compose Adaptive Layouts Library 1.2, now officially in beta.

Android Developers Blog

Navigation3 reaches API stability this week with the 1.0.0-beta01 release! There's a few important bug fixes in this release as well, but this beta means we're only a few weeks away from rc01 and then stable!

If you run into any issues, please let us know ASAP so we can make sure fixes make it into the 1.0 release.
https://developer.android.com/jetpack/androidx/releases/navigation3#1.0.0-beta01

navigation3  |  Jetpack  |  Android Developers

Android Developers

DataStore 1.2.0-beta01 is out, bringing API stability to DataStore's support for Direct Boot mode and GuavaDataStore.

Note that this release also includes an important fix to DataStore's proguard rules if you aren't using the android-proguard-optimize.txt file (which you definitely should be)!
https://developer.android.com/jetpack/androidx/releases/datastore#1.2.0-beta01

DataStore  |  Jetpack  |  Android Developers

Android Developers

Activity 1.12.0-beta01 is out with a behavior change on how system back is handled - the Lifecycle aware OnBackPressed APIs now enable/disable callbacks rather than register/unregister them, ensuring a more consistent ordering.

Let us know if you are impacted! There's an experimental flag to opt out, but we'll be removing that in a future release.
https://developer.android.com/jetpack/androidx/releases/activity#1.12.0-beta01

Activity  |  Jetpack  |  Android Developers

Android Developers

There were a lot of other releases this week including Camera 1.6.0-alpha01 (new infrastructure, CameraPresenceListener), Media3 1.9.0-alpha01 (CompositionPlayer, media3-inspector), and PDF 1.0.0-alpha11 (custom selection menu items) and more.

So make sure to read through all of the release notes for the details:
https://developer.android.com/jetpack/androidx/versions/all-channel#october_22_2025

Recent Release Notes  |  Android Developers

Android Developers
@ianlake Last time I checked, navigation3 was depending on Compose runtime 1.10
Does that mean that Compose 1.10 will become stable at the same time as Navigation3 ?

@bladecoder - Navigation3 does not depend on Compose 1.10 anymore.

It only depended on Compose 1.10 up until Compose Runtime 1.9.2 came out as that was the release that added KMP support to Compose Runtime Saveable.

@ianlake Great news! Thank you for your answer. I want to use Navigation3 in a project which uses Compose 1.9 and didn't want to upgrade to 1.10 yet.