From e660cb520dceb909a8b97d5ef42209a9db111f91 Mon Sep 17 00:00:00 2001 From: NakulSabharwal Date: Fri, 26 Apr 2019 20:04:47 +0530 Subject: [PATCH] Updated readme version 1.3.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```