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:
@@ -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'
|
||||
}
|
||||
Reference in New Issue
Block a user