implemented first version of WebDavStorage based on OkHttp

implemented first version of DropboxV2Storage (based on Api v2)
started to move to OneDrive SDK. duplicated MsaAuthenticator for making custom changes.
This commit is contained in:
Philipp Crocoll
2016-11-22 04:30:29 +01:00
parent 113d693f7a
commit a63663c30e
87 changed files with 2569 additions and 10267 deletions

View File

@@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.2.3'
classpath 'com.android.tools.build:gradle:2.1.3'
}
}
allprojects {
@@ -14,4 +14,7 @@ allprojects {
}
dependencies {
}
android {
buildToolsVersion '23.0.2'
}