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 aaa05d1 commit d3cf613Copy full SHA for d3cf613
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.3.+')
+ compile('com.microsoft.graph:microsoft-graph:1.4.+')
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.3.0</version>
+ <version>1.4.0</version>
32
</dependency>
33
34
0 commit comments