Skip to content

Commit 0975c63

Browse files
authored
Merge pull request #93612 from TylerMSFT/twhitney-updatetutorial
note that tutorial not compat with 1.0
2 parents c54d21b + 72d39f1 commit 0975c63

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/active-directory/develop/tutorial-v2-android.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ ms.collection: M365-identity-device-management
2121

2222
# Sign in users and call the Microsoft Graph from an Android app
2323

24+
> [!NOTE]
25+
> This tutorial has not yet been updated to work with MSAL for Android version 1.0 library. It works with an earlier version, as configured in this tutorial.
26+
2427
In this tutorial, you'll learn how to integrate an Android app with the Microsoft identity platform. Your app will sign in a user, get an access token to call the Microsoft Graph API, and make a request to the Microsoft Graph API.
2528

2629
When you've completed the guide, your application will accept sign-ins of personal Microsoft accounts (including outlook.com, live.com, and others) and work or school accounts from any company or organization that uses Azure Active Directory.
@@ -173,7 +176,7 @@ This tutorial will create a new project. If you want to download the completed t
173176

174177
```gradle
175178
implementation 'com.android.volley:volley:1.1.1'
176-
implementation 'com.microsoft.identity.client:msal:1.0.+'
179+
implementation 'com.microsoft.identity.client:msal:0.3+'
177180
```
178181

179182
### Use MSAL

0 commit comments

Comments
 (0)