Skip to content

Commit 45134cb

Browse files
authored
Update tutorial-v2-android.md
1 parent 3611dd0 commit 45134cb

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
@@ -157,7 +157,7 @@ If you do not already have an Android application, follow these steps to set up
157157
implementation 'com.microsoft.graph:microsoft-graph:1.5.+'
158158
}
159159
packagingOptions{
160-
exclude("META-INT/jersey-module-version")
160+
exclude("META-INF/jersey-module-version")
161161
}
162162
```
163163
[More on the Microsoft Graph SDK](https://github.com/microsoftgraph/msgraph-sdk-java/)

0 commit comments

Comments
 (0)