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 0bbc495 commit b026900Copy full SHA for b026900
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.1.+')
+ compile('com.microsoft.graph:microsoft-graph:1.2.+')
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.1.0</version>
+ <version>1.2.0</version>
32
</dependency>
33
34
0 commit comments