This repository was archived by the owner on Oct 2, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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.1.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.1.1
1111
1212``` gradle
1313repository {
@@ -16,7 +16,7 @@ repository {
1616
1717dependency {
1818 // Include the sdk as a dependency
19- compile('com.onedrive.sdk:onedrive-sdk-android:1.1.0 ')
19+ compile('com.onedrive.sdk:onedrive-sdk-android:1.1.1 ')
2020
2121 // Include the gson dependency
2222 compile 'com.google.code.gson:gson:2.3.1'
Original file line number Diff line number Diff line change @@ -21,5 +21,5 @@ org.gradle.jvmargs=-XX:MaxPermSize=512m
2121mavenRepoUrl = https://api.bintray.com/maven/onedrive/Maven/onedrive-sdk-android
2222mavenGroupId = com.onedrive.sdk
2323mavenArtifactId = onedrive-sdk-android
24- mavenVersion = 1.1.0
24+ mavenVersion = 1.1.1
2525nightliesUrl = http://dl.bintray.com/onedrive/Maven
You can’t perform that action at this time.
0 commit comments