diff --git a/README.md b/README.md index 94a92db66d2..81d795e924b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ repository { dependency { // Include the sdk as a dependency - compile('com.microsoft.graph:microsoft-graph:1.2.+') + compile('com.microsoft.graph:microsoft-graph:1.3.+') } ``` @@ -28,7 +28,7 @@ Add the dependency in `dependencies` in pom.xml com.microsoft.graph microsoft-graph - 1.2.0 + 1.3.0 ```