Skip to content

Commit d3cf613

Browse files
Updated version to 1.4.0
1 parent aaa05d1 commit d3cf613

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repository {
1818
1919
dependency {
2020
// Include the sdk as a dependency
21-
compile('com.microsoft.graph:microsoft-graph:1.3.+')
21+
compile('com.microsoft.graph:microsoft-graph:1.4.+')
2222
}
2323
```
2424

@@ -28,7 +28,7 @@ Add the dependency in `dependencies` in pom.xml
2828
<dependency>
2929
<groupId>com.microsoft.graph</groupId>
3030
<artifactId>microsoft-graph</artifactId>
31-
<version>1.3.0</version>
31+
<version>1.4.0</version>
3232
</dependency>
3333
```
3434

0 commit comments

Comments
 (0)