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.
2 parents 0c833f6 + 28cbf6e commit e2a123bCopy full SHA for e2a123b
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