Skip to content

Commit fbbb08e

Browse files
committed
Add jcenter url in readme
1 parent bbe81bf commit fbbb08e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ Add the repository and a compile dependency for `microsoft-graph` to your projec
1414
```gradle
1515
repository {
1616
jcenter()
17+
jcenter{
18+
url 'http://oss.jfrog.org/artifactory/oss-snapshot-local'
19+
}
1720
}
1821
1922
dependency {

0 commit comments

Comments
 (0)