We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a38f6d0 commit c3e6eedCopy full SHA for c3e6eed
articles/active-directory/develop/tutorial-v2-android.md
@@ -138,7 +138,7 @@ Follow these steps to create a new project if you don't already have an Android
138
1. In the Android Studio project window, navigate to **app** > **build.gradle** and add the following libraries in the _dependencies_ section:
139
140
```gradle
141
- implementation 'com.microsoft.identity.client:msal:4.2.0'
+ implementation 'com.microsoft.identity.client:msal:4.5.0'
142
implementation 'com.android.volley:volley:1.2.1'
143
```
144
0 commit comments