From 0fc3d28e4c7ab9c26cda8fcaced5cb92afa3bed1 Mon Sep 17 00:00:00 2001 From: Prince Mathew Date: Tue, 21 Apr 2026 10:37:59 +0530 Subject: [PATCH] doc : Added the v4 beta reference in Readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 8325e7e3..2fdf3d17 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,14 @@ 📚 [Documentation](#documentation) • 🚀 [Getting Started](#getting-started) • 💬 [Feedback](#feedback) +## 🚀 v4 Beta Available + +A new major version [v4.0.0-beta.0](https://github.com/auth0/Auth0.Android/releases/tag/4.0.0-beta.0) of Auth0.Android is now available in beta. It includes breaking changes and improvements over v3. + +We'd love for you to try it out and share your feedback! Please [open an issue](https://github.com/auth0/Auth0.Android/issues/new) if you encounter any problems or have suggestions. + +📚 [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) + ## Documentation - [Quickstart](https://auth0.com/docs/quickstart/native/android/interactive) - [Sample App](https://github.com/auth0-samples/auth0-android-sample/tree/master/00-Login-Kt)