We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7839b0e commit c7e2297Copy full SHA for c7e2297
README.md
@@ -14,14 +14,12 @@ Add the repository and a compile dependency for `microsoft-graph` to your projec
14
15
```gradle
16
repository {
17
- jcenter {
18
- url "https://dl.bintray.com/microsoftgraph/Maven"
19
- }
+ jcenter()
20
}
21
22
dependency {
23
// Include the sdk as a dependency
24
- compile('com.microsoft.graph:microsoft-graph:0.1.+')
+ compile('com.microsoft.graph:microsoft-graph:0.3.+')
25
26
```
27
0 commit comments