Skip to content

Commit e2a123b

Browse files
author
Nakul Sabharwal
committed
Merge branch 'dev' of https://github.com/microsoftgraph/msgraph-sdk-java into getbytes-encoding-fix
2 parents 0c833f6 + 28cbf6e commit e2a123b

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)