Skip to content

Commit d8aa5bd

Browse files
authored
- fixes gradle installation indications
1 parent 4f5f179 commit d8aa5bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ Get started with the Microsoft Graph SDK for Java by integrating the [Microsoft
1212
Add the repository and a compile dependency for `microsoft-graph` to your project's `build.gradle`:
1313

1414
```gradle
15-
repository {
15+
repositories {
1616
jcenter()
1717
}
1818
19-
dependency {
19+
dependencies {
2020
// Include the sdk as a dependency
21-
compile('com.microsoft.graph:microsoft-graph:2.0.+')
21+
implementation 'com.microsoft.graph:microsoft-graph:2.0.+'
2222
}
2323
```
2424

0 commit comments

Comments
 (0)