Wear Remote Compose Material 3

  
Write Widgets and other Remote UI for Wear OS using the Material 3 Expressive design system.
Latest Update Stable Release Release Candidate Beta Release Alpha Release
April 08, 2026 - - - 1.0.0-alpha02

Declaring dependencies

To add a dependency on wear compose remote, you must add the Google Maven repository to your project. Read Google's Maven repository for more information.

Add the dependencies for the artifacts you need in the build.gradle file for your app or module:

Groovy

dependencies {
    implementation "androidx.wear.compose.remote:remote-material3:1.0.0-alpha02"
}

Kotlin

dependencies {
    implementation("androidx.wear.compose.remote:remote-material3:1.0.0-alpha02")
}

For more information about dependencies, see Add build dependencies.

Feedback

Your feedback helps make Jetpack better. Let us know if you discover new issues or have ideas for improving this library. Please take a look at the existing issues in this library before you create a new one. You can add your vote to an existing issue by clicking the star button.

Create a new issue

See the Issue Tracker documentation for more information.

Version 1.0

Version 1.0.0-alpha02

April 08, 2026

androidx.wear.compose.remote:remote-material3:1.0.0-alpha02 is released. Version 1.0.0-alpha02 contains these commits.

API Changes

Other Changes

  • Updated Compose compileSdk to API 37. This means that a minimum AGP version of 9.2.0 is required when using Compose. (Id45cd, b/413674743)

Version 1.0.0-alpha01

March 25, 2026

androidx.wear.compose.remote:remote-material3:1.0.0-alpha01 is released. Version 1.0.0-alpha01 contains these commits.

API Changes