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

Commit 4036b10

Browse files
author
Peter Nied
committed
Update README.md
1 parent cf9dd79 commit 4036b10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Integrate the [OneDrive API](https://dev.onedrive.com/README.htm) into your Andr
77

88
## 1. Installation
99
### 1.1 Install AAR via Gradle
10-
Add the maven central repository to your projects build.gradle file then add a compile dependency for com.onedrive.sdk:onedrive-sdk-android:1.0.0
10+
Add the maven central repository to your projects build.gradle file then add a compile dependency for com.onedrive.sdk:onedrive-sdk-android:1.0.1
1111

1212
```gradle
1313
repository {
@@ -16,7 +16,7 @@ repository {
1616
1717
dependency {
1818
// Include the sdk as a dependency
19-
compile('com.onedrive.sdk:onedrive-sdk-android:1.0.0')
19+
compile('com.onedrive.sdk:onedrive-sdk-android:1.0.1')
2020
2121
// Include the gson dependency
2222
compile 'com.google.code.gson:gson:2.3.1'

0 commit comments

Comments
 (0)