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

Commit c00dc12

Browse files
authored
Merge pull request #103 from daboxu/fix_synchronus
remove build client synchrons fix#102
2 parents 6b65967 + e141085 commit c00dc12

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ mavenRepoUrl = https://api.bintray.com/maven/onedrive/Maven/onedrive-sdk
2222
mavenGroupId = com.onedrive.sdk
2323
mavenArtifactId = onedrive-sdk-android
2424
mavenMajorVersion = 1
25-
mavenMinorVersion = 2
26-
mavenPatchVersion = 2
25+
mavenMinorVersion = 3
26+
mavenPatchVersion = 0
2727
nightliesUrl = http://dl.bintray.com/onedrive/Maven

onedrivesdk/src/main/java/com/onedrive/sdk/extensions/OneDriveClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public void run() {
157157
* @param activity The activity the UI should be from
158158
* @throws ClientException if there was an exception creating the client
159159
*/
160-
public IOneDriveClient loginAndBuildClient(final Activity activity) throws ClientException {
160+
private IOneDriveClient loginAndBuildClient(final Activity activity) throws ClientException {
161161
mClient.validate();
162162

163163
mClient.getAuthenticator()

0 commit comments

Comments
 (0)