Skip to content

Commit c3e6eed

Browse files
bugfix
1 parent a38f6d0 commit c3e6eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Follow these steps to create a new project if you don't already have an Android
138138
1. In the Android Studio project window, navigate to **app** > **build.gradle** and add the following libraries in the _dependencies_ section:
139139

140140
```gradle
141-
implementation 'com.microsoft.identity.client:msal:4.2.0'
141+
implementation 'com.microsoft.identity.client:msal:4.5.0'
142142
implementation 'com.android.volley:volley:1.2.1'
143143
```
144144

0 commit comments

Comments
 (0)