Skip to content

Commit 28cbf6e

Browse files
authored
Merge pull request #132 from microsoftgraph/jcenter-readme-fix
fix readme jcenter()
2 parents 7839b0e + c7e2297 commit 28cbf6e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,12 @@ Add the repository and a compile dependency for `microsoft-graph` to your projec
1414

1515
```gradle
1616
repository {
17-
jcenter {
18-
url "https://dl.bintray.com/microsoftgraph/Maven"
19-
}
17+
jcenter()
2018
}
2119
2220
dependency {
2321
// Include the sdk as a dependency
24-
compile('com.microsoft.graph:microsoft-graph:0.1.+')
22+
compile('com.microsoft.graph:microsoft-graph:0.3.+')
2523
}
2624
```
2725

0 commit comments

Comments
 (0)