Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Commit e1d66eb

Browse files
committed
# By Josh Gavant (1) and Marcos Torres (1) # Via Marcos Torres * 'master' of https://github.com/OfficeDev/Office-365-SDK-for-Android: updating readme com.microsoft.services:orc... -> com.microsoft.orc:orc...
2 parents 829823f + d21e5fb commit e1d66eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Current services, service versions, and SDK versions:
2323

2424
|API|Service Version|SDK Version|Artifact Id|
2525
|---|---------------|-----------|-----------|
26-
|Mail/Calendar/Contacts|1.0|0.14.0|outlook-services|
26+
|Mail/Calendar/Contacts|1.0|0.14.1|outlook-services|
2727
|Files|1.0|0.14.1|file-services|
2828
|Discovery|1.0|0.14.1|discovery-services|
2929
|AAD Graph|1.5|0.14.1|directory-services|
@@ -56,7 +56,7 @@ To use these libraries in your project, follow these general steps, as described
5656

5757
```groovy
5858
compile 'com.microsoft.services:outlook-services:0.14.1'
59-
compile 'com.microsoft.services:orc-engine-android:0.14.1@aar'
59+
compile 'com.microsoft.orc:orc-engine-android:0.14.1@aar'
6060
compile 'com.microsoft.aad:adal:1.1.3@aar'
6161
```
6262
@@ -84,7 +84,7 @@ With your project prepared, the next step is to initialize the dependency manage
8484
```xml
8585
<string name="AADAuthority">https://login.microsoftonline.com/common</string>
8686
<string name="AADResourceId">https://outlook.office365.com</string>
87-
<string name="AADClientId">Paste your Client ID HERE</string>
87+
<string name="AADClientId">Paste your Client ID HERE</string>
8888
<string name="AADRedirectUrl">Paste your Redirect URI HERE</string>
8989
```
9090

0 commit comments

Comments
 (0)