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 7190a32 commit d663251Copy full SHA for d663251
README.md
@@ -18,7 +18,7 @@ repository {
18
19
dependency {
20
// Include the sdk as a dependency
21
- compile('com.microsoft.graph:microsoft-graph:1.0.+')
+ compile('com.microsoft.graph:microsoft-graph:1.1.+')
22
}
23
```
24
@@ -28,7 +28,7 @@ Add the dependency in `dependencies` in pom.xml
28
<dependency>
29
<groupId>com.microsoft.graph</groupId>
30
<artifactId>microsoft-graph</artifactId>
31
- <version>1.0.2</version>
+ <version>1.1.0</version>
32
</dependency>
33
34
0 commit comments