Skip to content

Commit b026900

Browse files
Updated version 1.2.0 in readme
1 parent 0bbc495 commit b026900

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.1.+')
21+
compile('com.microsoft.graph:microsoft-graph:1.2.+')
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.1.0</version>
31+
<version>1.2.0</version>
3232
</dependency>
3333
```
3434

0 commit comments

Comments
 (0)