We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 826c9a3 commit ca74d0cCopy full SHA for ca74d0c
1 file changed
README.md
@@ -12,8 +12,10 @@ We welcome your feedback as we drive the quality of this to general availability
12
Integrate the [Microsoft Graph API](https://graph.microsoft.io/en-us/getting-started) into your Java application!
13
14
## 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`
+### 1.1 Install via Gradle
+*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`
19
20
```gradle
21
repository {
0 commit comments