diff --git a/nuget/Auth0.OidcClient.Android.nuspec b/nuget/Auth0.OidcClient.Android.nuspec index da4c33ed..7f5829b4 100644 --- a/nuget/Auth0.OidcClient.Android.nuspec +++ b/nuget/Auth0.OidcClient.Android.nuspec @@ -3,7 +3,7 @@ Auth0.OidcClient.Android - 2.4.0 + 2.4.1 Auth0 Auth0 https://opensource.org/licenses/Apache-2.0 @@ -12,6 +12,14 @@ false Auth0 OIDC Client for Xamarin Android applications + Version 2.4.1 + - Fixes "FLAG_ACTIVITY_NEW_TASK" error on Android SDK9 however you for best integration + you should add 'Browser = new AutoSelectBrowser(this)` to your config creation from your view. + - ChromeCustomTabs and SystemBrowser now take an optional View in the constructor. + - If you pass a View then it will be used as the Context for launching the browser. + - If you do not pass a View then the system context is used with the "NEW_TASK" flag. + - While both work passing the View provides a better task switching experience. + Version 2.4.0 - Add support for ChromeCustomTabs browser and made it default - PlatformWebView class is deprecated. When it comes to config.Browser either: