From d663251448d176c22b03ab30be2e549518e2c9e5 Mon Sep 17 00:00:00 2001 From: deagrawa Date: Mon, 4 Feb 2019 12:01:07 +0530 Subject: [PATCH] Update readme to reflect latest release binaries --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 28330f3c4f0..d42084ef209 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.0.+') + compile('com.microsoft.graph:microsoft-graph:1.1.+') } ``` @@ -28,7 +28,7 @@ Add the dependency in `dependencies` in pom.xml com.microsoft.graph microsoft-graph - 1.0.2 + 1.1.0 ```