Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ Amplify UI for Android is an open-source UI library with cloud-connected compone

## Supported Versions

| Component | Version | Amplify | Material3 |
| --- |---------|----------|-----------|
| Authenticator | ![Maven Central](https://img.shields.io/maven-central/v/com.amplifyframework.ui/authenticator) | 2.24.0+ | 1.1.2 |
| Liveness | ![Maven Central](https://img.shields.io/maven-central/v/com.amplifyframework.ui/liveness) | 2.15.1+ | 1.1.2 |
| Component | Version | Amplify | Compose |
| --- |---------|----------|------------|
| Authenticator | ![Maven Central](https://img.shields.io/maven-central/v/com.amplifyframework.ui/authenticator) | 2.24.0+ | 2026.01.01 |
| Liveness | ![Maven Central](https://img.shields.io/maven-central/v/com.amplifyframework.ui/liveness) | 2.15.1+ | 2026.01.01 |

## Getting Started

Expand Down
5 changes: 2 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ androidx-media3 = "1.9.0"
androidx-navigation = "2.5.3"
binary-compatibility = "0.18.1"
cameraX = "1.4.2"
compose-bom = "2025.10.00"
compose-material-icons = "1.7.8"
compose-bom = "2026.01.01"
coroutines = "1.7.3"
desugar = "2.1.5"
errorprone = "2.23.0"
Expand Down Expand Up @@ -58,7 +57,7 @@ androidx-navigation-compose = { module = "androidx.navigation:navigation-compose
# Compose
androidx-compose-bom = { module = "androidx.compose:compose-bom", version.ref = "compose-bom" }
androidx-compose-material = { module = "androidx.compose.material3:material3" }
androidx-compose-material-icons = { module = "androidx.compose.material:material-icons-core", version.ref = "compose-material-icons" }
androidx-compose-material-icons = { module = "androidx.compose.material:material-icons-core" }
androidx-compose-tooling = { module = "androidx.compose.ui:ui-tooling" }
androidx-compose-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
androidx-compose-ui = { module = "androidx.compose.ui:ui" }
Expand Down