Skip to content
Merged
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
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ We'd love for you to try it out and share your feedback! Please [open an issue](

📚 [Migration Guide](https://github.com/auth0/Auth0.Android/blob/v4_development/V4_MIGRATION_GUIDE.md) 📦 [v4 Changelog](https://github.com/auth0/Auth0.Android/blob/v4_development/CHANGELOG.md)

**Skill for Coding Agents:** If you use coding agents such as Claude Code or Cursor, add the Auth0.Android migration skill to automate the upgrade: `npx skills add auth0/agent-skills --skill auth0-android-major-migration`
**Migrating with a coding agent?** If you use [Claude Code](https://claude.ai/code) or [Cursor](https://cursor.com), add the Auth0.Android migration skill to automate the v3 → v4 upgrade:

```bash
npx skills add auth0/agent-skills --skill auth0-android-major-migration

@sanchitmehtagit sanchitmehtagit Jun 19, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrapping the install command in a bash code block instead of inline code was inspired from here auth0/Auth0.swift#1212 (comment)

```

## Documentation
- [Quickstart](https://auth0.com/docs/quickstart/native/android/interactive)
Expand Down
Loading