Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.0-beta.0
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
# Changelog
# Change Log

## [1.0.0-beta.0](https://github.com/auth0/ui-components-android/tree/1.0.0-beta.0) (2026-06-01)

Auth0UniversalComponents Android — Beta Release

Features

- **Passkey Management** — Enroll and manage passkeys for your account
- **MFA factor management** - Enroll / list / remove for TOTP, Push, SMS OTP, Email OTP, Recovery Codes
- **Guardian MFA Authenticator** — Multi-factor authentication with OTP code generation and copy functionality
- **Step-up Authentication** — Prompt users for additional verification when accessing sensitive actions
- **Theming** — Customizable theming system to match your app's brand


4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Add the dependency to your `build.gradle` file:

```gradle
dependencies {
implementation 'com.auth0.universalcomponents:universal-components:1.0.0'
implementation 'com.auth0.universalcomponents:universal-components:1.0.0-beta.0'
}
```

Expand All @@ -72,7 +72,7 @@ Add to your `gradle/libs.versions.toml`:

```toml
[versions]
auth0-universal-components = "1.0.0"
auth0-universal-components = "1.0.0-beta.0"

[libraries]
auth0-universal-components = { module = "com.auth0.universalcomponents:universal-components", version.ref = "auth0-universal-components" }
Expand Down
Loading