Skip to content

Commit ca74d0c

Browse files
author
Caitlin Bales (MSFT)
authored
Add installation disclaimer
1 parent 826c9a3 commit ca74d0c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ We welcome your feedback as we drive the quality of this to general availability
1212
Integrate the [Microsoft Graph API](https://graph.microsoft.io/en-us/getting-started) into your Java application!
1313

1414
## 1. Installation
15-
### 1.1 Install AAR via Gradle
16-
Add the JCenter repository and a compile dependency for `msicrosoft-graph` to your project's `build.gradle`
15+
### 1.1 Install via Gradle
16+
*This package will not be available via Gradle until it hits public preview. You will need to download the source and reference the package locally.*
17+
18+
Add the JCenter repository and a compile dependency for `microsoft-graph` to your project's `build.gradle`
1719

1820
```gradle
1921
repository {

0 commit comments

Comments
 (0)