Skip to content

Commit c7e2297

Browse files
author
Nakul Sabharwal
committed
fix readme jcenter with url to jcenter()
1 parent 7839b0e commit c7e2297

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,12 @@ Add the repository and a compile dependency for `microsoft-graph` to your projec
1414

1515
```gradle
1616
repository {
17-
jcenter {
18-
url "https://dl.bintray.com/microsoftgraph/Maven"
19-
}
17+
jcenter()
2018
}
2119
2220
dependency {
2321
// Include the sdk as a dependency
24-
compile('com.microsoft.graph:microsoft-graph:0.1.+')
22+
compile('com.microsoft.graph:microsoft-graph:0.3.+')
2523
}
2624
```
2725

0 commit comments

Comments
 (0)