Skip to content

Commit f6c26dc

Browse files
committed
update README.md with new artifact name and remove redundant mention of gson dependency
1 parent 99cdc12 commit f6c26dc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@ repository {
2424
2525
dependency {
2626
// Include the sdk as a dependency
27-
compile('com.microsoft.graph:1.0.+')
28-
29-
// Include the gson dependency
30-
compile('com.google.code.gson:gson:2.3.1')
27+
compile('com.microsoft.graph:msgraph-sdk-java:1.0.+')
3128
}
3229
```
3330

0 commit comments

Comments
 (0)