From 8f44c5ab3ebf3e9cbe8c742c2b3763a7bc59c1a7 Mon Sep 17 00:00:00 2001 From: Natasha Draper Date: Thu, 9 Feb 2023 13:10:02 +0200 Subject: [PATCH] Update README.md to specify the version of msal android --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa42150..124c05f 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ dependencies: Please ensure you are using Kotlin version 1.4.31 or later. To set this, goto your app's android folder, open the build.gradle file, and under buildscript:ext.kotlin_version change the version to 1.4.31 or later. This section is mostly copied and modified from [the official android MSAL library github repository](https://github.com/AzureAD/microsoft-authentication-library-for-android). Visit the repository for more details and information on how to use it with authentication brokers. +For msal_flutter version 2.0.* make sure to install version 2.2.3 of the msal android library. 1. Ensure your AndroidManifest.xml includes internet permissions @@ -201,4 +202,4 @@ try{ Please note there is currently an issue that seems to occur with Android which uses slightly older versions of kotlin. If you get the error when attemtping to acquire a token, along the lines of "static member msalApp not found", goto your app's android folder, open the build.gradle file, and on the second line change the version of kotlin from 1.3.10 to 1.3.50. For more information take a look at issue #4. -A fix will be implemented shortly. \ No newline at end of file +A fix will be implemented shortly.