Skip to content
This repository was archived by the owner on Sep 4, 2020. It is now read-only.

Commit 85a5479

Browse files
author
Brian Melton
committed
Updating README w/ integration instructions for GA
1 parent a0dc2cc commit 85a5479

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
@@ -6,7 +6,7 @@ Integrate the [Microsoft Graph API](https://graph.microsoft.io/en-us/getting-sta
66

77
## 1. Installation
88
### 1.1 Install AAR via Gradle
9-
Add the maven central repository to your projects build.gradle file then add a compile dependency for com.microsoft.graph:msgraph-sdk-android:0.9.+
9+
Add the JCenter repository and a compile dependency for `msgraph-sdk-android` to your project's `build.gradle`
1010

1111
```gradle
1212
repository {
@@ -15,7 +15,7 @@ repository {
1515
1616
dependency {
1717
// Include the sdk as a dependency
18-
compile('com.microsoft.graph:msgraph-sdk-android:0.9.+')
18+
compile('com.microsoft.graph:msgraph-sdk-android:1.0.+')
1919
2020
// Include the gson dependency
2121
compile('com.google.code.gson:gson:2.3.1')

0 commit comments

Comments
 (0)